chg: dev: Changing to developer version now that the new stable version was submitted to PyPI.

This commit is contained in:
Carlos Miguel Jenkins Perez 2014-12-08 18:42:32 -06:00
parent 6173f2a993
commit a06794e1b6
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@ PyDotPlus version module.
from __future__ import unicode_literals
from __future__ import print_function
__version__ = '2.0.1'
__version__ = '2.0.1-dev'
__all__ = ['__version__']