8000 Bump version: 1.3.0 → 1.3.1 · realpython/codetiming@09aa1b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09aa1b0

Browse files
committed
Bump version: 1.3.0 → 1.3.1
1 parent 1785001 commit 09aa1b0

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 = 1.3.0
2+
current_version = 1.3.1
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__ = "1.3.0"
28+
__version__ = "1.3.1"

0 commit comments

Comments
 (0)
0