aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2016-05-31 20:15:35 -0700
committerMike Crute <mcrute@gmail.com>2016-05-31 20:15:35 -0700
commitb414e2c38b8bc13bafed500b656aa68be0db820c (patch)
tree6f4fc27e55a62f7e2727185327b36287364f73e2
parent2e781c96cfc02c657e3565fe219a800fb0558074 (diff)
downloadpydora-b414e2c38b8bc13bafed500b656aa68be0db820c.tar.bz2
pydora-b414e2c38b8bc13bafed500b656aa68be0db820c.tar.xz
pydora-b414e2c38b8bc13bafed500b656aa68be0db820c.zip
Release 1.7.2release-1.7.2
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8cab256..e9f9c6c 100755
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
4 4
5setup( 5setup(
6 name="pydora", 6 name="pydora",
7 version="1.7.1", 7 version="1.7.2",
8 description="Python wrapper for Pandora API", 8 description="Python wrapper for Pandora API",
9 long_description=open("README.rst", "r").read(), 9 long_description=open("README.rst", "r").read(),
10 author="Mike Crute", 10 author="Mike Crute",