Skip to content

Commit

Permalink
version bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kbytesys committed Aug 17, 2018
1 parent 8f09e5b commit 1d52b36
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ def readme():
return f.read()


version = '1.1.0'


setup(
name='django-recaptcha2',
packages=find_packages(exclude=['samples']),
# package_data={'': ['']},
include_package_data=True,
version='1.0.3',
version=version,
install_requires=[
'requests'
],
Expand All @@ -28,15 +31,15 @@ def readme():
author='Andrea Briganti',
author_email='[email protected]',
url='https://github.com/kbytesys/django-recaptcha2',
download_url='https://github.com/kbytesys/django-recaptcha2/tarball/v1.0.3',
download_url='https://github.com/kbytesys/django-recaptcha2/tarball/v%s' % version,
keywords=['django', 'recaptcha', 'recaptcha2'],
license='GNU LGPL v2',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)',
'Natural Language :: Italian',
'Natural Language :: English',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Framework :: Django',
Expand Down

0 comments on commit 1d52b36

Please sign in to comment.