From aca1b4807ce41aa32dfe354f72fa6a32c9b495b1 Mon Sep 17 00:00:00 2001 From: Seiso Automation Date: Thu, 19 Jan 2023 21:42:58 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202023.01.04=20=E2=86=92=202023?= =?UTF-8?q?.01.05?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 2 +- easy_infra/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b130b7e2..a4128bca 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.04" +release = "2023.01.05" # -- General configuration --------------------------------------------------- diff --git a/easy_infra/__init__.py b/easy_infra/__init__.py index 3a10ff1b..362474cd 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.04" +__version__ = "2023.01.05" diff --git a/setup.cfg b/setup.cfg index 95aa9522..49dd08a2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2023.01.04 +current_version = 2023.01.05 commit = True tag = True