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',