aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-12-12 19:56:02 -0800
committerMike Crute <mcrute@gmail.com>2015-12-12 19:56:02 -0800
commit810e4438790a5b94cd20bbab21e0bc825cf6a01e (patch)
tree6224a68e77540d06ae2d9100bd92339775680694 /setup.py
parente7ac0ec65e6775ac9a69194bb178b5b2d8059222 (diff)
downloadpydora-810e4438790a5b94cd20bbab21e0bc825cf6a01e.tar.bz2
pydora-810e4438790a5b94cd20bbab21e0bc825cf6a01e.tar.xz
pydora-810e4438790a5b94cd20bbab21e0bc825cf6a01e.zip
Release 1.6.2release-1.6.2
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6239173..569b95e 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.6.1", 7 version="1.6.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",