Skip to content

Commit 04f9c3d

Browse files
committed
Bump version to 0.1.2 and fix version info tuple creation
1 parent d2ea8ea commit 04f9c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

braintrace/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
# -*- coding: utf-8 -*-
1717

1818

19-
__version__ = "0.1.1"
20-
__version_info__ = (0, 1, 1)
19+
__version__ = "0.1.2"
20+
__versio_info__ = tuple(map(int, __version__.split('.')))
2121

2222
from braintrace._etrace_algorithms import *
2323
from braintrace._etrace_algorithms import __all__ as _alg_all

0 commit comments

Comments
 (0)