From 99a463428e82455aa413c9dc103f544b6d43edb3 Mon Sep 17 00:00:00 2001 From: Raffaele Mancuso Date: Sun, 10 Oct 2021 22:34:02 +0200 Subject: [PATCH] Push version to 1.0.1 --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",