diff --git a/setup.cfg b/setup.cfg index 1ba2f49..0bcebec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pdfsak -version = 1.0 +version = 1.0.1 author = Raffaele Mancuso author_email = raffaelemancuso532@gmail.com description = Utility to manipulate PDF files diff --git a/setup.py b/setup.py index 2acd289..c3ae8a1 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="pdfsak", - version="1.0", + version="1.0.1", author="Raffaele Mancuso", author_email="raffaelemancuso532@gmail.com", description="Utility to manipulate PDF files",