From 98c474a768c598b27abbaf2ec629c938b55ca211 Mon Sep 17 00:00:00 2001 From: Sarah Alnegheimish Date: Wed, 24 Apr 2024 12:49:23 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.1.dev1=20=E2=86=92=200.2.?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- sigpro/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0784a90..b9889e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1.dev1 +current_version = 0.2.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? diff --git a/setup.py b/setup.py index 4c38cd4..bef874a 100644 --- a/setup.py +++ b/setup.py @@ -103,6 +103,6 @@ test_suite='tests', tests_require=tests_require, url='https://github.com/sintel-dev/SigPro', - version='0.2.1.dev1', + version='0.2.1', zip_safe=False, ) diff --git a/sigpro/__init__.py b/sigpro/__init__.py index eda0aaf..f5f5648 100644 --- a/sigpro/__init__.py +++ b/sigpro/__init__.py @@ -4,7 +4,7 @@ __author__ = """MIT Data To AI Lab""" __email__ = 'dailabmit@gmail.com' -__version__ = '0.2.1.dev1' +__version__ = '0.2.1' import os