diff --git a/docs/source/conf.py b/docs/source/conf.py index 825609a..d9b2e80 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -7,7 +7,7 @@ author = 'Raffaele Mancuso' release = '1.1' -version = '1.1.0' +version = '1.1.1' # -- General configuration diff --git a/setup.cfg b/setup.cfg index 36048ce..31843f8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pdfsak -version = 1.1 +version = 1.1.1 author = Raffaele Mancuso author_email = raffaelemancuso532@gmail.com description = Utility to manipulate PDF files diff --git a/setup.py b/setup.py index f912b5b..418907e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="pdfsak", - version="1.1", + version="1.1.1", author="Raffaele Mancuso", author_email="raffaelemancuso532@gmail.com", description="Utility to manipulate PDF files",