Skip to content

Commit

Permalink
bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed Nov 19, 2017
1 parent 897ea4d commit 5700dfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rsl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
'''

name = 'pyrsl'
date = '2017-07-22'
date = '2017-11-19'
version = '1.0'
release = '1.0.0' # # ensure that this is the same as in setup.py
release = '1.0.1' # # ensure that this is the same as in setup.py

complete_string = '%s v%s (%s)' % (name, release, date)

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def run(self):


opts = dict(name='pyrsl',
version='1.0.0', # ensure that this is the same as in rsl.version
version='1.0.1', # ensure that this is the same as in rsl.version
description='Interpreter for the Rule Specification Language (RSL)',
author='John Törnblom',
author_email='[email protected]',
Expand Down

0 comments on commit 5700dfe

Please sign in to comment.