Skip to content

Commit

Permalink
Set version number for release 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrmann committed Dec 21, 2018
1 parent f1594a8 commit f29bb7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5.8
fbs==0.5.9
PyInstaller==3.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def _get_package_data(pkg_dir, data_subdir):
setup(
name='fbs',
# Also update fbs/_defaults/requirements/base.txt when you change this:
version='0.5.9-SNAPSHOT',
version='0.5.9',
description=description,
long_description=
description + '\n\nHome page: https://build-system.fman.io',
Expand Down

0 comments on commit f29bb7c

Please sign in to comment.