Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kessinger committed Apr 24, 2014
1 parent 7dbf929 commit aedb181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adnpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.. moduleauthor:: Alex Kessinger <alex@app.net>
"""
__version__ = '0.3.7'
__version__ = '0.3.8'
__author__ = 'Alex Kessinger, Bryan Berg, Mark Thurman, App.net'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

setup(name="adnpy",
version='0.3.7',
version='0.3.8',
description="App.net API library for python",
long_description=open('README.rst').read(),
license="MIT",
Expand Down

0 comments on commit aedb181

Please sign in to comment.