From 2067e0016c74e8a60593ad006d12f4004074185b Mon Sep 17 00:00:00 2001 From: Chan-Ho Suh Date: Wed, 5 Jul 2023 16:25:47 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.5.a1=20=E2=86=92=200.4.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- curvesim/version.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curvesim/version.py b/curvesim/version.py index 05ead86d2..5176234dd 100644 --- a/curvesim/version.py +++ b/curvesim/version.py @@ -6,7 +6,7 @@ """ import re -__version__ = "0.4.5.a1" +__version__ = "0.4.5" def parse_version(version): diff --git a/setup.cfg b/setup.cfg index aa68d9c79..cff2b9a5c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.5.a1 +current_version = 0.4.5 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P.*)(?P\d+))? serialize = {major}.{minor}.{patch}.{release}{build}