Skip to content

Commit c1b8923

Browse files
committed
version 0.3
1 parent aab7b23 commit c1b8923

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fivehundredpx/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
from fivehundredpx.errors import *
44

55
"""
6-
500px API library
6+
500px API library
77
inspired by tweepy(https://github.com/tweepy/tweepy), python-instagram(https://github.com/Instagram/python-instagram)
88
"""
9-
__version__ = '0.1.0'
9+
__version__ = '0.3.0'
1010
__author__ = 'Akira Hirakawa'
11-
__license__ = 'MIT'
11+
__license__ = 'MIT'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup, find_packages
33

44
setup(name="python-500px",
5-
version="0.2.0",
5+
version="0.3.0",
66
description="500PX API client",
77
license="MIT",
88
install_requires=["simplejson"],

0 commit comments

Comments
 (0)