aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2017-10-07 23:37:50 +0000
committerMike Crute <mike@crute.us>2017-10-07 23:37:50 +0000
commit8b4a7af3e6f46612a92a6f203c9ee8e7692fba76 (patch)
tree9dbd8fe24147611860f68ec5298b532255294587
parent91f2b2d5a2d053aa3c0f0691418d2949b1aba983 (diff)
downloadpydora-8b4a7af3e6f46612a92a6f203c9ee8e7692fba76.tar.bz2
pydora-8b4a7af3e6f46612a92a6f203c9ee8e7692fba76.tar.xz
pydora-8b4a7af3e6f46612a92a6f203c9ee8e7692fba76.zip
Release 1.11.1release-1.11.1
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1ea1076..2515870 100755
--- a/setup.py
+++ b/setup.py
@@ -62,7 +62,7 @@ else:
62 62
63setup( 63setup(
64 name="pydora", 64 name="pydora",
65 version="1.11.0", 65 version="1.11.1",
66 description="Python wrapper for Pandora API", 66 description="Python wrapper for Pandora API",
67 long_description=open("README.rst", "r").read(), 67 long_description=open("README.rst", "r").read(),
68 author="Mike Crute", 68 author="Mike Crute",