We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3445b commit 1bed736Copy full SHA for 1bed736
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.10
+current_version = 0.3.11
3
commit = True
4
tag = True
5
tag_name = {new_version}
setup.py
@@ -28,7 +28,7 @@
28
(3, 11),
29
(3, 12),
30
]
31
-USE_SCM_VERSION = {"fallback_version": "0.3.10"}
+USE_SCM_VERSION = {"fallback_version": "0.3.11"}
32
33
34
###############################################################################
src/clack/__init__.py
@@ -37,6 +37,6 @@
37
38
__author__ = "Bryan M Bugyi"
39
__email__ = "[email protected]"
40
-__version__ = "0.3.10"
+__version__ = "0.3.11"
41
42
_logging.getLogger(__name__).addHandler(_logging.NullHandler())
0 commit comments