diff --git a/docs/conf.py b/docs/conf.py index bbde450..b4d4e9c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.0.dev1' +release = '1.0.0.dev2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 3643b82..a85f750 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='sparkpost', - version='1.0.0.dev1', + version='1.0.0.dev2', author='Message Systems', author_email='appteam@messagesystems.com', packages=['sparkpost'], diff --git a/sparkpost/__init__.py b/sparkpost/__init__.py index 87e67ad..dfa0619 100644 --- a/sparkpost/__init__.py +++ b/sparkpost/__init__.py @@ -8,7 +8,7 @@ from .transmissions import Transmissions -__version__ = '1.0.0.dev1' +__version__ = '1.0.0.dev2' def get_api_key():