We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 686479a + b65de40 commit 2d4dfb2Copy full SHA for 2d4dfb2
1 file changed
setup.py
@@ -4,7 +4,7 @@
4
import codecs
5
import os
6
7
-_version = "5.0.0.dev0"
+_version = "5.0.0a1"
8
_packages = find_packages('.', exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
9
10
if os.path.exists('README.rst'):
0 commit comments