Skip to content

Commit 28820fc

Browse files
committed
Bump version: 0.1.0 → 0.1.1
1 parent b7e5b6c commit 28820fc

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.0
2+
current_version = 0.1.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
@@ -32,7 +32,7 @@ def stuff():
3232
import time
3333
from typing import Any, Callable, ClassVar, Dict, Optional
3434

35-
__version__ = "0.1.0"
35+
__version__ = "0.1.1"
3636

3737

3838
class TimerError(Exception):

0 commit comments

Comments
 (0)