fix lib dependencies in pypi version

This commit is contained in:
msramalho
2024-01-23 12:41:25 +00:00
parent 8d1a86a7fa
commit 699b4ebdd8
3 changed files with 98 additions and 22 deletions

View File

@@ -2,7 +2,7 @@ _MAJOR = "0"
_MINOR = "3"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "27"
_PATCH = "28"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""