Skip to content

Commit 19520e2

Browse files
committed
Bump version to 3.0.0
1 parent 1a43ffa commit 19520e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rsl/version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77

88
name = 'pyrsl'
9-
date = '2021-11-06'
10-
version = '2.1'
11-
release = '2.1.1' # # ensure that this is the same as in setup.py
9+
date = '2024-12-02'
10+
version = '3.0'
11+
release = '3.0.0' # # ensure that this is the same as in setup.py
1212

1313
complete_string = '%s v%s (%s)' % (name, release, date)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
setup(name='pyrsl',
18-
version='2.1.1', # ensure that this is the same as in rsl.version
18+
version='3.0.0', # ensure that this is the same as in rsl.version
1919
description='Interpreter for the Rule Specification Language (RSL)',
2020
long_description=long_description,
2121
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)