Skip to content

Commit 3fa8897

Browse files
committed
version bumps
1 parent 75c86b4 commit 3fa8897

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

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-04-22'
9+
date = '2018-05-02'
1010
version = '2.0'
11-
release = '2.0.0' # # ensure that this is the same as in setup.py
11+
release = '2.0.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: 3 additions & 2 deletions
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.0', # ensure that this is the same as in rsl.version
114+
version='2.0.1', # 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='john.tornblom@gmail.com',
@@ -123,7 +123,8 @@ def run(self):
123123
'Topic :: Software Development :: Interpreters',
124124
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
125125
'Programming Language :: Python :: 2.7',
126-
'Programming Language :: Python :: 3.4'],
126+
'Programming Language :: Python :: 3.5',
127+
'Programming Language :: Python :: 3.6'],
127128
keywords='rsl xtuml bridgepoint',
128129
packages=['rsl'],
129130
data_files = [('share/gtksourceview-3.0/language-specs',

0 commit comments

Comments
 (0)