Skip to content

Commit

Permalink
Set version number for release 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrmann committed Dec 21, 2018
1 parent 5289685 commit 812f296
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.7
fbs==0.5.8
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.8-SNAPSHOT',
version='0.5.8',
description=description,
long_description=
description + '\n\nHome page: https://build-system.fman.io',
Expand Down

0 comments on commit 812f296

Please sign in to comment.