Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Jan 21, 2019
1 parent 8ac70cd commit eb49748
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='django-daterangefilter',
version='0.8.0',
version='1.0.0',
license='MIT',
author='Andrey Novikov',
author_email='[email protected]',
Expand All @@ -15,13 +15,13 @@
url='https://github.com/andreynovikov/django-daterangefilter/tree/master',
project_urls={
'Source': 'https://github.com/andreynovikov/django-daterangefilter/',
'Tracker': 'https://github.com/andreynovikov/django-daterangefilter/issues',
'Tracker': 'https://github.com/andreynovikov/django-daterangefilter/issues'
},
packages=setuptools.find_packages(),
include_package_data=True,
zip_safe=False,
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Framework :: Django',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
Expand Down

0 comments on commit eb49748

Please sign in to comment.