From aaa92eb456251f09435fb361370ecfdb2c186949 Mon Sep 17 00:00:00 2001 From: "bump2version-gha[bot]" Date: Mon, 9 Sep 2024 13:24:35 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.3-dev2=20=E2=86=92=200.2.?= =?UTF-8?q?3=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- soupsavvy/VERSION | 2 +- soupsavvy/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2ec49bc3..0af22d19 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.3-dev2 +current_version = 0.2.3 allow_dirty = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? serialize = diff --git a/soupsavvy/VERSION b/soupsavvy/VERSION index a4230d0b..71790396 100644 --- a/soupsavvy/VERSION +++ b/soupsavvy/VERSION @@ -1 +1 @@ -0.2.3-dev2 +0.2.3 diff --git a/soupsavvy/__init__.py b/soupsavvy/__init__.py index a987e69c..3e092a2c 100644 --- a/soupsavvy/__init__.py +++ b/soupsavvy/__init__.py @@ -33,7 +33,7 @@ XORSelector, ) -__version__ = "0.2.3-dev2" +__version__ = "0.2.3" __author__ = "sewcio543" __all__ = [