From 2854d90c88482c38b844789c8c95e1f44c91c7aa Mon Sep 17 00:00:00 2001 From: Lirian Su Date: Wed, 13 Nov 2024 13:42:02 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.9.2=20=E2=86=92=201.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chinese_calendar/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chinese_calendar/__init__.py b/chinese_calendar/__init__.py index cc7bb35..af37baa 100644 --- a/chinese_calendar/__init__.py +++ b/chinese_calendar/__init__.py @@ -14,7 +14,7 @@ is_workday, ) -__version__ = "1.9.2" +__version__ = "1.10.0" __all__ = [ "Holiday", "holidays", diff --git a/setup.cfg b/setup.cfg index a2ab8df..c9d37bb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.2 +current_version = 1.10.0 commit = True files = chinese_calendar/__init__.py tag = True