Skip to content

Commit

Permalink
version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
creafz committed Nov 28, 2014
1 parent 380d40b commit 37057c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addthis/__init__.py
Expand Up @@ -8,7 +8,7 @@
__author__ = 'Alex Parinov'
__author_email__ = 'creafz@gmail.com'
__license__ = 'MIT'
__version__ = '0.1.0'
__version__ = '0.1.1'

__all__ = [
'__author__',
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -17,6 +17,8 @@
author=author,
author_email=author_email,
url='https://github.com/creafz/python-addthis',
download_url=
'https://github.com/creafz/python-addthis/tarball/0.1.1',
packages=['addthis'],
package_data={'': ['LICENSE']},
include_package_data=True,
Expand All @@ -25,6 +27,7 @@
test_suite='addthis.tests',
tests_require=["coverage", "mock"],
classifiers=(
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
Expand Down

0 comments on commit 37057c8

Please sign in to comment.