Skip to content

Commit

Permalink
Set version number for release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrmann committed Mar 4, 2019
1 parent 70204c8 commit bae7849
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fbs/_defaults/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fbs==0.7.0
fbs==0.7.1
PyInstaller==3.4
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Easily create cross-platform desktop applications with PyQt
"""Create cross-platform desktop applications with Python and Qt
See:
https://github.com/mherrmann/fbs
https://build-system.fman.io
"""

from os.path import relpath, join
Expand All @@ -17,11 +17,11 @@ def _get_package_data(pkg_dir, data_subdir):
result.append(relpath(filepath, pkg_dir))
return result

description = 'Easily create cross-platform desktop applications with PyQt'
description = 'Create cross-platform desktop applications with Python and Qt'
setup(
name='fbs',
# Also update fbs/_defaults/requirements/base.txt when you change this:
version='0.7.1-SNAPSHOT',
version='0.7.1',
description=description,
long_description=
description + '\n\nHome page: https://build-system.fman.io',
Expand Down

0 comments on commit bae7849

Please sign in to comment.