Skip to content

Commit

Permalink
bump version to 2.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed Nov 19, 2017
1 parent 951136c commit bc6f355
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions rsl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@


name = 'pyrsl'
date = '2017-05-28'
version = '0.7'
release = '0.7.0b1' # # ensure that this is the same as in setup.py
date = '2017-11-19'
version = '2.0'
release = '2.0.0b1' # # 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='0.7.0b1', # ensure that this is the same as in rsl.version
version='2.0.0b1', # 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 bc6f355

Please sign in to comment.