diff --git a/chinese_calendar/__init__.py b/chinese_calendar/__init__.py index 03dcab0..b9b0604 100644 --- a/chinese_calendar/__init__.py +++ b/chinese_calendar/__init__.py @@ -14,7 +14,7 @@ is_workday, ) -__version__ = "1.6.1" +__version__ = "1.7.0" __all__ = [ "Holiday", "holidays", diff --git a/setup.cfg b/setup.cfg index 63c3a2d..e494d84 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.1 +current_version = 1.7.0 commit = True files = chinese_calendar/__init__.py tag = True