Skip to content

Commit

Permalink
Version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoutaertgeerts committed Jul 1, 2015
1 parent a0b0dfe commit e2d0734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = 'arnout'

__version__ = '0.4.1'
__version__ = '0.4.2'

from plot import plot, plotasync, line, area, spline, pie
from server import run_server
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='charts',
version='0.4.1',
version='0.4.2',
description='Use the highcharts js library in Python',
url='https://github.com/arnoutaertgeerts/python-highcharts',
author='Arnout Aertgeerts',
Expand Down

0 comments on commit e2d0734

Please sign in to comment.