Skip to content

Commit e1c31d2

Browse files
committed
version update
1 parent 3fd9ec8 commit e1c31d2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bobocep/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
__author__ = """r3w0p"""
1010
__email__ = "rr33ww00pp@gmail.com"
11-
__version__ = "1.2.1"
11+
__version__ = "1.2.2"
1212

1313
from bobocep.bobocep import BoboError, BoboJSONable, BoboJSONableError

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
project = "BoboCEP"
1717
copyright = "2019-2024 r3w0p"
1818
author = "r3w0p"
19-
version = "1.2.1"
19+
version = "1.2.2"
2020

2121
# -- General configuration ---------------------------------------------------
2222
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.1
2+
current_version = 1.2.2
33
commit = False
44

55
[bumpversion:file:setup.py]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="bobocep",
11-
version="1.2.1",
11+
version="1.2.2",
1212
author="r3w0p",
1313
author_email="rr33ww00pp@gmail.com",
1414
description="A fault-tolerant Complex Event Processing engine "

0 commit comments

Comments
 (0)