8000 Bump version: 0.1.1 → 0.1.2 · realpython/codetiming@93e1a58 · GitHub
[go: up one dir, main page]

Skip to content

Commit 93e1a58

Browse files
committed
Bump version: 0.1.1 → 0.1.2
1 parent 8cd8a1a commit 93e1a58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.1.2
33
commit = True
44
tag = True
55

codetiming/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ def stuff():
2525
from codetiming._timer import Timer, TimerError # noqa
2626

2727
# Versioning is handled by bump2version
28-
__version__ = "0.1.1"
28+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)
0