Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
afard authored Feb 9, 2023
1 parent ebd16a0 commit 2d68692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions highcharts/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version_info = (
"0",
"4",
"2"
"1",
"0"
)

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

0 comments on commit 2d68692

Please sign in to comment.