Skip to content

Commit

Permalink
Bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leviathan747 committed Nov 6, 2021
1 parent 612d801 commit 1157f1f
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 = '2018-07-30'
date = '2021-11-06'
version = '2.1'
release = '2.1.0' # # ensure that this is the same as in setup.py
release = '2.1.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 @@ -116,7 +116,7 @@ def run(self):
long_description = f.read()

opts = dict(name='pyrsl',
version='2.1.0', # ensure that this is the same as in rsl.version
version='2.1.1', # ensure that this is the same as in rsl.version
description='Interpreter for the Rule Specification Language (RSL)',
long_description=long_description,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 1157f1f

Please sign in to comment.