Skip to content

Commit 0573fa4

Browse files
author
Guillaume Badi
committed
prepare release
1 parent 2058417 commit 0573fa4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
HERE = os.path.abspath(os.path.dirname(__file__))
1111
PACKAGE_NAME = 'mailjet_rest'
12-
VERSION = 'v1.0.6'
12+
VERSION = 'v1.2.2'
1313

1414
setup(
1515
name=PACKAGE_NAME,
@@ -18,7 +18,7 @@
1818
author_email='[email protected]',
1919
maintainer='Guillaume Badi',
2020
maintainer_email='[email protected]',
21-
download_url='https://github.com/mailjet/mailjet-apiv3-python/releases/tag/v1.0.5',
21+
download_url='https://github.com/mailjet/mailjet-apiv3-python/releases/tag/v1.0.7',
2222
url='https://github.com/mailjet/mailjet-apiv3-python',
2323
description=('Mailjet V3 API wrapper'),
2424
classifiers=['Development Status :: 3 - Alpha',
@@ -39,5 +39,5 @@
3939
install_requires=['requests>=2.4.3'],
4040
tests_require=['unittest'],
4141
entry_points={},
42-
packages=['mailjet'],
42+
packages=['mailjet_rest'],
4343
)

0 commit comments

Comments
 (0)