From 24af171e5e47befb02c3ed26e610fb518a9154b7 Mon Sep 17 00:00:00 2001 From: "bump2version-gha[bot]" Date: Fri, 30 Aug 2024 10:21:31 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.2-dev2=20=E2=86=92=200.2.?= =?UTF-8?q?2=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 d586287f..d9d9fa1d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.2-dev2 +current_version = 0.2.2 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 edc4e2e5..ee1372d3 100644 --- a/soupsavvy/VERSION +++ b/soupsavvy/VERSION @@ -1 +1 @@ -0.2.2-dev2 +0.2.2 diff --git a/soupsavvy/__init__.py b/soupsavvy/__init__.py index c1848c88..e57cadf7 100644 --- a/soupsavvy/__init__.py +++ b/soupsavvy/__init__.py @@ -32,7 +32,7 @@ XORSelector, ) -__version__ = "0.2.2-dev2" +__version__ = "0.2.2" __author__ = "sewcio543" __all__ = [