From 7d11a8ac5b5ea0d19b6c2414ce4fc2802f7aab21 Mon Sep 17 00:00:00 2001 From: Saket Choudhary Date: Thu, 9 Feb 2023 14:35:20 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.3-dev0=20=E2=86=92=201.3.?= =?UTF-8?q?3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ribotricer/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ribotricer/__init__.py b/ribotricer/__init__.py index 34fc55e..86b4241 100644 --- a/ribotricer/__init__.py +++ b/ribotricer/__init__.py @@ -1,4 +1,4 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- __author__ = "Saket Choudhary, Wenzheng Li" -__version__ = "1.3.3-dev0" +__version__ = "1.3.3" diff --git a/setup.cfg b/setup.cfg index e552433..b7b372c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.3-dev0 +current_version = 1.3.3 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/setup.py b/setup.py index 506f9a3..5b9f5c4 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setuptools.setup( name="ribotricer", - version="1.3.3-dev0", + version="1.3.3", author="Saket Choudhary, Wenzheng Li", author_email="saketkc@gmail.com", maintainer="Saket Choudhary",