From b75a1de30aafa1ddc88948ee46e7e77dbb0c1910 Mon Sep 17 00:00:00 2001 From: Jordan Maynor Date: Thu, 12 Sep 2024 13:17:01 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e1dfb2a..db3474b 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="ezoff", - version="0.1.5", + version="0.1.6", description="Python package that acts as a wrapper for the EZOffice API.", long_description=long_description, long_description_content_type="text/markdown",