Skip to content

Commit

Permalink
bump to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r3w0p committed Jun 26, 2024
1 parent c720080 commit 713d555
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bobocep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

__author__ = """r3w0p"""
__email__ = "[email protected]"
__version__ = "1.2.0"
__version__ = "1.2.1"

from bobocep.bobocep import BoboError, BoboJSONable, BoboJSONableError
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.2.1
commit = False

[bumpversion:file:setup.py]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="bobocep",
version="1.2.0",
version="1.2.1",
author="r3w0p",
author_email="[email protected]",
description="A fault-tolerant Complex Event Processing engine "
Expand Down

0 comments on commit 713d555

Please sign in to comment.