Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed May 2, 2018
1 parent 75c86b4 commit 3fa8897
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rsl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@


name = 'pyrsl'
date = '2018-04-22'
date = '2018-05-02'
version = '2.0'
release = '2.0.0' # # ensure that this is the same as in setup.py
release = '2.0.1' # # ensure that this is the same as in setup.py

complete_string = '%s v%s (%s)' % (name, release, date)
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def run(self):


opts = dict(name='pyrsl',
version='2.0.0', # ensure that this is the same as in rsl.version
version='2.0.1', # ensure that this is the same as in rsl.version
description='Interpreter for the Rule Specification Language (RSL)',
author='John Törnblom',
author_email='john.tornblom@gmail.com',
Expand All @@ -123,7 +123,8 @@ def run(self):
'Topic :: Software Development :: Interpreters',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4'],
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'],
keywords='rsl xtuml bridgepoint',
packages=['rsl'],
data_files = [('share/gtksourceview-3.0/language-specs',
Expand Down

0 comments on commit 3fa8897

Please sign in to comment.