Browse Source

Bumped to 2.0.1 after release of 2.0

Removed src directory
pull/8/head
jaraco 15 years ago
parent
commit
dfd5201cfa
  1. 2
      setup.py

2
setup.py

@ -5,7 +5,7 @@
from setuptools import setup, find_packages
setup(name = "svg.charts",
version = "2.0",
version = "2.0.1",
description = "Python SVG Charting Library",
long_description = open('readme.txt').read().strip(),
author = "Jason R. Coombs",

Loading…
Cancel
Save