aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ba90a9a..f747ad0 100755
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ class TestsWithCoverage(test, object):
40 40
41setup( 41setup(
42 name="pydora", 42 name="pydora",
43 version="1.9.0", 43 version="1.10.0",
44 description="Python wrapper for Pandora API", 44 description="Python wrapper for Pandora API",
45 long_description=open("README.rst", "r").read(), 45 long_description=open("README.rst", "r").read(),
46 author="Mike Crute", 46 author="Mike Crute",