Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ksolan committed Oct 20, 2015
1 parent 3b3f0b4 commit 8acab90
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",
"1",
"2"
"2",
"0"
)

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

0 comments on commit 8acab90

Please sign in to comment.