diff --git a/setup.py b/setup.py index 67200d6..d11b75c 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ dateutil_req = ( setup_params = dict( name = "svg.charts", - version = "2.0.6", + version = "2.0.7", description = "Python SVG Charting Library", long_description = _long_description, author = "Jason R. Coombs",