Skip to content

Commit 9382070

Browse files
committed
version release
1 parent 3cd19d9 commit 9382070

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '0.1'
54+
version = '2.0'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.1'
56+
release = '2.0'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name='django-email-gateway',
25-
version='1.0.0',
25+
version='2.0',
2626
packages=['django_email_gateway'],
2727
include_package_data=True,
2828
description='A django package which act as a gateway to send and receive email with amazon SES.',

0 commit comments

Comments
 (0)