File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
8
8
name = 'pyrsl'
9
- date = '2018-07-30 '
9
+ date = '2021-11-06 '
10
10
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
12
12
13
13
complete_string = '%s v%s (%s)' % (name , release , date )
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ def run(self):
116
116
long_description = f .read ()
117
117
118
118
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
120
120
description = 'Interpreter for the Rule Specification Language (RSL)' ,
121
121
long_description = long_description ,
122
122
long_description_content_type = 'text/x-rst' ,
You can’t perform that action at this time.
0 commit comments