We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2fb9d commit 4e08106Copy full SHA for 4e08106
pywheel/setup.py
@@ -37,7 +37,7 @@ def has_ext_modules(foo):
37
# For a discussion on single-sourcing the version across setup.py and the
38
# project code, see
39
# https://packaging.python.org/en/latest/single_source_version.html
40
- version='2.0a4.dev1', # Required
+ version='2.0beta1', # Required
41
42
# This is a one-line description or tagline of what your project does. This
43
# corresponds to the "Summary" metadata field:
0 commit comments