This is an automated email from the ASF dual-hosted git repository. jdanek pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-python.git
commit 6d96be653dc5d3fe576c82101be33eb714aa6211 Author: Jiri Daněk <jda...@redhat.com> AuthorDate: Fri Apr 14 11:33:07 2023 +0200 QPID-8631: make package version string in setup.py compliant with PEP-440 Contemporary versions of setuptools and pip will bork at misformatted version strings and refuse to install the package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92f4c96..d95b561 100755 --- a/setup.py +++ b/setup.py @@ -300,7 +300,7 @@ class install_lib(_install_lib): scripts = ["qpid-python-test", "qpid-python-test.bat"] setup(name="qpid-python", - version="1.38.0-SNAPSHOT", + version="1.38.0.dev0+SNAPSHOT", author="Apache Qpid", author_email="us...@qpid.apache.org", packages=["mllib", "qpid", "qpid.messaging", "qpid.tests", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org