We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55503b commit 4af99acCopy full SHA for 4af99ac
docs/conf.py
@@ -20,7 +20,7 @@
20
author = "Jon Zeolla"
21
22
# The full version, including alpha/beta/rc tags
23
-release = "2022.10.09"
+release = "2022.10.10"
24
25
26
# -- General configuration ---------------------------------------------------
easy_infra/__init__.py
@@ -4,4 +4,4 @@
4
__maintainer__ = "Seiso"
5
__copyright__ = "(c) 2022 Seiso, LLC"
6
__project_name__ = "easy_infra"
7
-__version__ = "2022.10.09"
+__version__ = "2022.10.10"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2022.10.09
+current_version = 2022.10.10
3
commit = True
tag = True
0 commit comments