Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leviathan747 committed Dec 2, 2024
1 parent 1a43ffa commit 19520e2
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 = '2021-11-06'
version = '2.1'
release = '2.1.1' # # ensure that this is the same as in setup.py
date = '2024-12-02'
version = '3.0'
release = '3.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 @@ -15,7 +15,7 @@


setup(name='pyrsl',
version='2.1.1', # ensure that this is the same as in rsl.version
version='3.0.0', # 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 19520e2

Please sign in to comment.