Skip to content

Commit 819096a

Browse files
committed
Update release numbering on Python libs
1 parent 69434ac commit 819096a

4 files changed

Lines changed: 3 additions & 6 deletions

File tree

libraries/client/cloudharness_cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from setuptools import setup, find_packages # noqa: H301
1515

1616
NAME = "cloudharness-cli"
17-
VERSION = "0.4.0"
17+
VERSION = "1.0.0"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

libraries/cloudharness-common/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
NAME = "cloudharness"
6-
VERSION = "0.4.0"
6+
VERSION = "1.0.0"
77
# To install the library, run the following
88
#
99
# python setup.py install

libraries/package-lock.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

tools/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
NAME = "cloudharness-tools"
15-
VERSION = "0.4.0"
15+
VERSION = "1.0.0"
1616
# To install the library, run the following
1717
#
1818
# python setup.py install

0 commit comments

Comments
 (0)