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 8364411 commit 8302873Copy full SHA for 8302873
common/setup.py
@@ -4,7 +4,7 @@
4
PYTHON_SRC = 'src/main/python'
5
6
install_requires = [
7
- "dvp-api == 1.8.0.dev0",
+ "dvp-api == 1.8.0",
8
"six >= 1.16, < 1.17",
9
]
10
libs/setup.py
@@ -7,7 +7,7 @@
version = version_file.read().strip()
11
"dvp-common == {}".format(version),
12
13
platform/setup.py
0 commit comments