diff --git a/bobocep/__init__.py b/bobocep/__init__.py index 20df67e..5857964 100644 --- a/bobocep/__init__.py +++ b/bobocep/__init__.py @@ -8,6 +8,6 @@ __author__ = """r3w0p""" __email__ = "rr33ww00pp@gmail.com" -__version__ = "1.2.0" +__version__ = "1.2.1" from bobocep.bobocep import BoboError, BoboJSONable, BoboJSONableError diff --git a/docs/conf.py b/docs/conf.py index f535bba..71e893b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ project = "BoboCEP" copyright = "2019-2024 r3w0p" author = "r3w0p" -version = "1.2.0" +version = "1.2.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.cfg b/setup.cfg index 128e090..53c8680 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0 +current_version = 1.2.1 commit = False [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index cb257a2..df21d46 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="bobocep", - version="1.2.0", + version="1.2.1", author="r3w0p", author_email="rr33ww00pp@gmail.com", description="A fault-tolerant Complex Event Processing engine "