File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Coming soon :)
8
8
9
9
[](https://github.com/CheckPointSW/harmony-endpoint-management-cli/stargazers) -->
10
10
11
- [ ![ Build CLI] ( https://github.com/CheckPointSW/harmony-endpoint-management-cli/actions/workflows/build.yml /badge.svg )] ( https://github.com/CheckPointSW/harmony-endpoint-management-cli/actions/workflows/build.yml ) [ ![ Publish CLI] ( https://github.com/CheckPointSW/harmony-endpoint-management-cli/actions/workflows/release.yml/badge.svg )] ( https://github.com/CheckPointSW/harmony-endpoint-management-cli/actions/workflows/release.yml )
11
+ [ ![ Build CLI] ( https://github.com/CheckPointSW/harmony-endpoint-management-cli/actions/workflows/build.yaml /badge.svg )] ( https://github.com/CheckPointSW/harmony-endpoint-management-cli/actions/workflows/build.yaml ) [ ![ Publish CLI] ( https://github.com/CheckPointSW/harmony-endpoint-management-cli/actions/workflows/release.yml/badge.svg )] ( https://github.com/CheckPointSW/harmony-endpoint-management-cli/actions/workflows/release.yml )
12
12
13
13
This is the Harmony Endpoint management CLI
14
14
Original file line number Diff line number Diff line change 8
8
from dotenv import load_dotenv
9
9
load_dotenv ()
10
10
11
- version = '1.0.18 '
11
+ version = '1.0.19 '
12
12
13
13
this_directory = Path (__file__ ).parent
14
14
long_description = (this_directory / "README.md" ).read_text (encoding = 'utf-8' )
You can’t perform that action at this time.
0 commit comments