Skip to content

Commit eb8cbde

Browse files
committed
bump
1 parent c47cc40 commit eb8cbde

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = tracefunc
33
lib_name = tracefunc
4-
version = 0.0.2
4+
version = 0.0.3
55
min_python = 3.9
66
license = apache2
77
black_formatting = False

tracefunc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.0.3"
22
from .core import tracefunc
33

0 commit comments

Comments
 (0)