From e2d073458cdcce9c39c155b4ac3b8982639cf84f Mon Sep 17 00:00:00 2001 From: Arnout Aertgeerts Date: Wed, 1 Jul 2015 20:08:17 +0200 Subject: [PATCH] Version 0.4.2 --- charts/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/__init__.py b/charts/__init__.py index 2da39cd..4a9b2fc 100644 --- a/charts/__init__.py +++ b/charts/__init__.py @@ -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 diff --git a/setup.py b/setup.py index c622790..297aa04 100644 --- a/setup.py +++ b/setup.py @@ -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',