We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69434ac commit 819096aCopy full SHA for 819096a
4 files changed
libraries/client/cloudharness_cli/setup.py
@@ -14,7 +14,7 @@
14
from setuptools import setup, find_packages # noqa: H301
15
16
NAME = "cloudharness-cli"
17
-VERSION = "0.4.0"
+VERSION = "1.0.0"
18
# To install the library, run the following
19
#
20
# python setup.py install
libraries/cloudharness-common/setup.py
@@ -3,7 +3,7 @@
3
4
5
NAME = "cloudharness"
6
7
8
9
libraries/package-lock.json
tools/setup.py
@@ -12,7 +12,7 @@
12
13
NAME = "cloudharness-tools"
0 commit comments