Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
canbolukbas committed Oct 21, 2022
1 parent d6b68eb commit 399f421
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

setup(
name='django-ses-plus',
version='0.2.2',
version='1.0.0',
packages=['django_ses_plus'],
include_package_data=True,
install_requires=['Django >= 1.11', 'django-ses >= 1.0.0', 'celery >= 4'],
install_requires=['Django >= 4.1', 'django-ses >= 1.0.0', 'celery >= 4'],
license='Apache-2.0',
description="It's a Django module to store and send email with AWS SES.",
long_description=README,
Expand All @@ -23,20 +23,15 @@
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
classifiers=[
'Environment :: Web Environment',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
'Framework :: Django :: 4.1',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
Expand Down

0 comments on commit 399f421

Please sign in to comment.