Skip to content

Commit db88b54

Browse files
committed
Bump version to 2.1.1
1 parent cc384a6 commit db88b54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rsl/version.py

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

77

88
name = 'pyrsl'
9-
date = '2018-07-30'
9+
date = '2021-11-06'
1010
version = '2.1'
11-
release = '2.1.0' # # ensure that this is the same as in setup.py
11+
release = '2.1.1' # # 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
@@ -116,7 +116,7 @@ def run(self):
116116
long_description = f.read()
117117

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

0 commit comments

Comments
 (0)