Skip to content

Commit c20001b

Browse files
committed
chore: Bump version number
1 parent fe648fd commit c20001b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: 'actions/checkout@v5'
1313
- name: "Build sourcecode tar.gz"
1414
run: |
15-
tar cvfz ciscoconfparse2.tar.gz .
15+
tar cvfz /tmp/ciscoconfparse2.tar.gz .
1616
- name: "Build wheels with hatch"
1717
run: |
1818
pip install -U hatch
@@ -22,7 +22,7 @@ jobs:
2222
if: 'github.ref_type == ''tag'''
2323
with:
2424
files: |
25-
'ciscoconfparse2.tar.gz'
25+
'/tmp/ciscoconfparse2.tar.gz'
2626
'dist/*'
2727
env:
2828
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

ciscoconfparse2/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.30"
1+
__version__ = "0.8.31"

0 commit comments

Comments
 (0)