diff --git a/anymail/_version.py b/anymail/_version.py index f2b5ea0..d086505 100644 --- a/anymail/_version.py +++ b/anymail/_version.py @@ -1,3 +1,3 @@ -VERSION = (0, 1, 'dev1') # Remove the 'dev' component in release branches +VERSION = (0, 1, 'dev2') # Remove the 'dev' component in release branches __version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN __minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"