Skip to content

Commit 3e6e72f

Browse files
committed
v0.1.1
1 parent d8d90cc commit 3e6e72f

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-
"0"
4+
"1"
55
)
66

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

0 commit comments

Comments
 (0)