Skip to content

Commit a8d4ca7

Browse files
committed
Bump version to 0.1.dev2
1 parent 5482757 commit a8d4ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anymail/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (0, 1, 'dev1') # Remove the 'dev' component in release branches
1+
VERSION = (0, 1, 'dev2') # Remove the 'dev' component in release branches
22
__version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN
33
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"

0 commit comments

Comments
 (0)