From 5cf7093d4c743ae394267c6ec2e6cc6f85a4294e Mon Sep 17 00:00:00 2001 From: "bump2version-gha[bot]" Date: Sun, 22 Dec 2024 21:37:15 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0-dev1=20=E2=86=92=201.0.?= =?UTF-8?q?0=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 640135d..514211a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0-dev1 +current_version = 1.0.0 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 bcd2187..3eefcb9 100644 --- a/soupsavvy/VERSION +++ b/soupsavvy/VERSION @@ -1 +1 @@ -1.0.0-dev1 +1.0.0 diff --git a/soupsavvy/__init__.py b/soupsavvy/__init__.py index 50e0a4f..a0a0928 100644 --- a/soupsavvy/__init__.py +++ b/soupsavvy/__init__.py @@ -43,7 +43,7 @@ XPathSelector, ) -__version__ = "1.0.0-dev1" +__version__ = "1.0.0" __author__ = "sewcio543" __all__ = [