From 75cbefd457335473fc4f809e7a754b748d212cef Mon Sep 17 00:00:00 2001 From: Averell7 Date: Thu, 27 Jun 2019 11:26:27 +0200 Subject: [PATCH] 3.1.1 - fix version number --- build.py | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.py b/build.py index 094a9fc..d00571c 100644 --- a/build.py +++ b/build.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -# PdfBooklet 3.0.6 - GTK+ based utility to create booklets and other layouts +# PdfBooklet 3.1.1 - GTK+ based utility to create booklets and other layouts # from PDF documents. # Copyright (C) 2008-2012 GAF Software # @@ -31,7 +31,7 @@ pyinstaller_file = "" -version = "3.1.0" +version = "3.1.1" print ("\n\n ================ start bdist =============================\n\n") os.system('python3 setup.py bdist > /dev/null') print ("\n\n ================ end bdist - start sdist =================\n\n") diff --git a/setup.py b/setup.py index 7498b96..eceecf5 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -# PdfBooklet 3.0.6 - GTK+ based utility to create booklets and other layouts +# PdfBooklet 3.1.1 - GTK+ based utility to create booklets and other layouts # from PDF documents. # Copyright (C) 2008-2012 GAF Software # @@ -45,7 +45,7 @@ setup(name='pdfbooklet', - version='3.1.0', + version='3.1.1', author='GAF Software', author_email='Averell7 at sourceforge dot net', description='A simple application for creating booklets and other layouts from PDF files',