brynq-sdk-mandrill 1.1.3__tar.gz → 2.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: brynq_sdk_mandrill
3
- Version: 1.1.3
3
+ Version: 2.0.0
4
4
  Summary: Mandrill wrapper from BrynQ
5
5
  Home-page: UNKNOWN
6
6
  Author: BrynQ
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: brynq-sdk-mandrill
3
- Version: 1.1.3
3
+ Version: 2.0.0
4
4
  Summary: Mandrill wrapper from BrynQ
5
5
  Home-page: UNKNOWN
6
6
  Author: BrynQ
@@ -1,5 +1,4 @@
1
1
  setup.py
2
- brynq_sdk/mandrill/__init__.py
3
2
  brynq_sdk_mandrill.egg-info/PKG-INFO
4
3
  brynq_sdk_mandrill.egg-info/SOURCES.txt
5
4
  brynq_sdk_mandrill.egg-info/dependency_links.txt
@@ -2,7 +2,7 @@ from setuptools import setup, find_namespace_packages
2
2
 
3
3
  setup(
4
4
  name='brynq_sdk_mandrill',
5
- version='1.1.3',
5
+ version='2.0.0',
6
6
  description='Mandrill wrapper from BrynQ',
7
7
  long_description='Mandrill wrapper from BrynQ',
8
8
  author='BrynQ',
@@ -1 +0,0 @@
1
- from brynq_sdk_mandrill.mail_client import *