Skip to content

Commit 1bed736

Browse files
committed
Bump version: 0.3.10 → 0.3.11
1 parent af3445b commit 1bed736

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.10
2+
current_version = 0.3.11
33
commit = True
44
tag = True
55
tag_name = {new_version}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
(3, 11),
2929
(3, 12),
3030
]
31-
USE_SCM_VERSION = {"fallback_version": "0.3.10"}
31+
USE_SCM_VERSION = {"fallback_version": "0.3.11"}
3232

3333

3434
###############################################################################

src/clack/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737

3838
__author__ = "Bryan M Bugyi"
3939
__email__ = "[email protected]"
40-
__version__ = "0.3.10"
40+
__version__ = "0.3.11"
4141

4242
_logging.getLogger(__name__).addHandler(_logging.NullHandler())

0 commit comments

Comments
 (0)