We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a164be4 commit 42ce7ccCopy full SHA for 42ce7cc
highcharts/version.py
@@ -1,7 +1,7 @@
1
version_info = (
2
"0",
3
"1",
4
- "1"
+ "2"
5
)
6
7
__version__ = '.'.join(map(str, version_info))
0 commit comments