Skip to content

Commit

Permalink
Update version.py (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
afard authored Oct 30, 2023
1 parent 6fde671 commit 1ee45cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertica_highcharts/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version_info = (
"0",
"1",
"2"
"3"
)

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

0 comments on commit 1ee45cf

Please sign in to comment.