We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab7b23 commit c1b8923Copy full SHA for c1b8923
fivehundredpx/__init__.py
@@ -3,9 +3,9 @@
3
from fivehundredpx.errors import *
4
5
"""
6
-500px API library
+500px API library
7
inspired by tweepy(https://github.com/tweepy/tweepy), python-instagram(https://github.com/Instagram/python-instagram)
8
9
-__version__ = '0.1.0'
+__version__ = '0.3.0'
10
__author__ = 'Akira Hirakawa'
11
-__license__ = 'MIT'
+__license__ = 'MIT'
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup, find_packages
setup(name="python-500px",
- version="0.2.0",
+ version="0.3.0",
description="500PX API client",
license="MIT",
install_requires=["simplejson"],
0 commit comments