We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a5862 commit 9d2ae1dCopy full SHA for 9d2ae1d
src/acrcssc/setup.py
@@ -13,7 +13,7 @@
13
from distutils import log as logger
14
logger.warn("Wheel is not available, disabling bdist_wheel hook")
15
16
-VERSION = '1.0.0b1'
+VERSION = '1.0.0b2'
17
18
# The full list of classifiers is available at
19
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
@@ -31,7 +31,7 @@
31
]
32
33
# TODO: Add any additional SDK dependencies here
34
-DEPENDENCIES = ["oras~=0.2.25", "croniter~=3.0.0"]
+DEPENDENCIES = ["oras==0.2.25", "croniter~=3.0.0"]
35
36
with open('README.rst', 'r', encoding='utf-8') as f:
37
README = f.read()
0 commit comments