From 7e50dfc3db84875756d83928659c156185601dbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20T=C3=B6rnblom?= Date: Mon, 30 Jul 2018 11:17:17 +0200 Subject: [PATCH] version bump --- rsl/version.py | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rsl/version.py b/rsl/version.py index 986904c..2e159a4 100644 --- a/rsl/version.py +++ b/rsl/version.py @@ -6,8 +6,8 @@ name = 'pyrsl' -date = '2018-05-02' -version = '2.0' -release = '2.0.1' # # ensure that this is the same as in setup.py +date = '2018-07-30' +version = '2.1' +release = '2.1.0' # # ensure that this is the same as in setup.py complete_string = '%s v%s (%s)' % (name, release, date) diff --git a/setup.py b/setup.py index 1b48033..6f3d70b 100755 --- a/setup.py +++ b/setup.py @@ -111,7 +111,7 @@ def run(self): opts = dict(name='pyrsl', - version='2.0.1', # ensure that this is the same as in rsl.version + version='2.1.0', # 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',