Skip to content

Commit 42ce7cc

Browse files
committed
v0.1.2
1 parent a164be4 commit 42ce7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highcharts/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version_info = (
22
"0",
33
"1",
4-
"1"
4+
"2"
55
)
66

77
__version__ = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)