-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set correct versions in setup and packaging
- Loading branch information
Madda
committed
Sep 9, 2021
1 parent
9739b42
commit 248c211
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export CLOUDIFY_CLUSTER_MANAGER_VERSION=1.0.13 | ||
export CLOUDIFY_CLUSTER_MANAGER_VERSION=1.0.14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ def get_readme_contents(): | |
name='cloudify-cluster-manager', | ||
long_description=get_readme_contents(), | ||
long_description_content_type='text/markdown', | ||
version='1.0.13', | ||
version='1.0.14', | ||
author='Cloudify', | ||
author_email='[email protected]', | ||
packages=['cfy_cluster_manager'], | ||
|