aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-07-19 21:03:45 -0700
committerMike Crute <mcrute@gmail.com>2015-07-19 21:03:45 -0700
commit966a0867182a1e8e77fd45ff763f9166548332ec (patch)
tree99b1d68d9838421d2b6fe497597dff317a89e023 /setup.py
parentc07bcaa8d008b6ef8058765f435bae6a858225c2 (diff)
downloadpydora-966a0867182a1e8e77fd45ff763f9166548332ec.tar.bz2
pydora-966a0867182a1e8e77fd45ff763f9166548332ec.tar.xz
pydora-966a0867182a1e8e77fd45ff763f9166548332ec.zip
Release 1.5.0release-1.5.0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c0e581c..dea37fa 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ import distutils_ext
12 12
13setup( 13setup(
14 name="pydora", 14 name="pydora",
15 version="1.4.0", 15 version="1.5.0",
16 description="Python wrapper for Pandora API", 16 description="Python wrapper for Pandora API",
17 long_description=open("README.rst", "r").read(), 17 long_description=open("README.rst", "r").read(),
18 author="Mike Crute", 18 author="Mike Crute",