From c7ac8784fafa96811f2d2655469af9a3c2641903 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Mon, 26 Jun 2023 08:32:56 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pvnet/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index eab54f78..4c2e1c47 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.0.0 +current_version = 2.0.0 [bumpversion:file:pvnet/__init__.py] search = __version__ = "{current_version}" diff --git a/pvnet/__init__.py b/pvnet/__init__.py index 9677f65d..53c75d01 100644 --- a/pvnet/__init__.py +++ b/pvnet/__init__.py @@ -1,2 +1,2 @@ """PVNet""" -__version__ = "1.0.0" +__version__ = "2.0.0"