Skip to content

Commit 7e50dfc

Browse files
committed
version bump
1 parent cc9023f commit 7e50dfc

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 = '2018-05-02'
10-
version = '2.0'
11-
release = '2.0.1' # # ensure that this is the same as in setup.py
9+
date = '2018-07-30'
10+
version = '2.1'
11+
release = '2.1.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
@@ -111,7 +111,7 @@ def run(self):
111111

112112

113113
opts = dict(name='pyrsl',
114-
version='2.0.1', # ensure that this is the same as in rsl.version
114+
version='2.1.0', # ensure that this is the same as in rsl.version
115115
description='Interpreter for the Rule Specification Language (RSL)',
116116
author='John Törnblom',
117117
author_email='[email protected]',

0 commit comments

Comments
 (0)