Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed Jul 30, 2018
1 parent cc9023f commit 7e50dfc
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 = '2018-05-02'
version = '2.0'
release = '2.0.1' # # ensure that this is the same as in setup.py
date = '2018-07-30'
version = '2.1'
release = '2.1.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.1', # ensure that this is the same as in rsl.version
version='2.1.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 7e50dfc

Please sign in to comment.