Skip to content

Commit

Permalink
3.1.1 - fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Averell7 committed Jun 27, 2019
1 parent b0f2dbe commit 75cbefd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
@@ -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
# <https://sourceforge.net/projects/pdfbooklet>
Expand Down Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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
# <https://sourceforge.net/projects/pdfbooklet>
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 75cbefd

Please sign in to comment.