diff --git a/docs/conf.py b/docs/conf.py index 59e0346c..9286b537 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ author = "Jon Zeolla" # The full version, including alpha/beta/rc tags -release = "2023.01.02" +release = "2023.01.03" # -- General configuration --------------------------------------------------- diff --git a/easy_infra/__init__.py b/easy_infra/__init__.py index 1c98a30a..bfa6b963 100644 --- a/easy_infra/__init__.py +++ b/easy_infra/__init__.py @@ -4,4 +4,4 @@ __maintainer__ = "Seiso" __copyright__ = "(c) 2022 Seiso, LLC" __project_name__ = "easy_infra" -__version__ = "2023.01.02" +__version__ = "2023.01.03" diff --git a/setup.cfg b/setup.cfg index 56013edd..82f42bb5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2023.01.02 +current_version = 2023.01.03 commit = True tag = True