Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed Apr 22, 2018
1 parent 6083b19 commit 11ca2bd
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 @@ -6,8 +6,8 @@


name = 'pyrsl'
date = '2017-11-19'
date = '2018-04-22'
version = '2.0'
release = '2.0.0b1' # # ensure that this is the same as in setup.py
release = '2.0.0' # # 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='2.0.0b1', # ensure that this is the same as in rsl.version
version='2.0.0', # ensure that this is the same as in rsl.version
description='Interpreter for the Rule Specification Language (RSL)',
author='John Törnblom',
author_email='john.tornblom@gmail.com',
Expand Down

0 comments on commit 11ca2bd

Please sign in to comment.