Skip to content

Commit

Permalink
Update release numbering on Python libs
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Mar 24, 2022
1 parent 69434ac commit 819096a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion libraries/client/cloudharness_cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "cloudharness-cli"
VERSION = "0.4.0"
VERSION = "1.0.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion libraries/cloudharness-common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


NAME = "cloudharness"
VERSION = "0.4.0"
VERSION = "1.0.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
3 changes: 0 additions & 3 deletions libraries/package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


NAME = "cloudharness-tools"
VERSION = "0.4.0"
VERSION = "1.0.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 819096a

Please sign in to comment.