Skip to content

Commit

Permalink
1.0.0.dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
aydrian committed Sep 1, 2015
1 parent 731eae3 commit 8780dca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
2 changes: 1 addition & 1 deletion sparkpost/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .transmissions import Transmissions


__version__ = '1.0.0.dev1'
__version__ = '1.0.0.dev2'


def get_api_key():
Expand Down

0 comments on commit 8780dca

Please sign in to comment.