Skip to content

Commit

Permalink
#392 setting back version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelpiano committed Jan 28, 2022
1 parent 3c33645 commit 02f0ce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "1.0.0"
VERSION = "0.4.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 = "1.0.0"
VERSION = "0.4.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 02f0ce0

Please sign in to comment.