Merge pull request #1297 from aanand/bump-1.3.0-dev

Bump 1.3.0dev
This commit is contained in:
Aanand Prasad 2015-04-16 18:02:59 +01:00
commit 2cdde099fa
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from __future__ import unicode_literals from __future__ import unicode_literals
from .service import Service # noqa:flake8 from .service import Service # noqa:flake8
__version__ = '1.2.0' __version__ = '1.3.0dev'