Skip to content

Commit 8acab90

Browse files
committed
v0.2.0
1 parent 3b3f0b4 commit 8acab90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

highcharts/version.py

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

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

0 commit comments

Comments
 (0)