From 19520e2fe5477ea6574a1bc6741dfda98e93cde0 Mon Sep 17 00:00:00 2001 From: Levi Starrett Date: Wed, 27 Nov 2024 13:58:30 -0500 Subject: [PATCH] Bump version to 3.0.0 --- 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 77915d8..8845bd8 100644 --- a/rsl/version.py +++ b/rsl/version.py @@ -6,8 +6,8 @@ name = 'pyrsl' -date = '2021-11-06' -version = '2.1' -release = '2.1.1' # # ensure that this is the same as in setup.py +date = '2024-12-02' +version = '3.0' +release = '3.0.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 e95cc63..4c8486d 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup(name='pyrsl', - version='2.1.1', # ensure that this is the same as in rsl.version + version='3.0.0', # ensure that this is the same as in rsl.version description='Interpreter for the Rule Specification Language (RSL)', long_description=long_description, long_description_content_type='text/x-rst',