Skip to content

Commit a3d03eb

Browse files
committed
Merge branch 'master' of github.com:hpe-container-platform-community/hpecp-python-library
2 parents 377fa99 + 3fde7b0 commit a3d03eb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Python Semantic Release
17-
uses: snowch/python-semantic-release@master
17+
# uses: snowch/python-semantic-release@master
18+
uses: relekang/python-semantic-release@master
1819
with:
1920
github_token: ${{ secrets.SNOWCH_ACCESS_TOKEN }}
2021
pypi_token: ${{ secrets.PYPI_TOKEN }}

hpecp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
from __future__ import absolute_import
2828

29-
__version__ = "0.0.5"
29+
__version__ = "0.0.6"
3030

3131
from .logger import Logger
3232

0 commit comments

Comments
 (0)