diff --git a/docs/conf.py b/docs/conf.py index e06427a8..61cd9fa5 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.07.01" +release = "2023.07.02" # -- General configuration --------------------------------------------------- diff --git a/easy_infra/__init__.py b/easy_infra/__init__.py index ce09ef62..7c72d893 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.07.01" +__version__ = "2023.07.02" diff --git a/setup.cfg b/setup.cfg index 407f2ba1..9d087492 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2023.07.01 +current_version = 2023.07.02 commit = True tag = True