Skip to content

Commit e0f6554

Browse files
committed
Fix version numbers
1 parent 52112af commit e0f6554

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.6
2+
current_version = 1.0.7
33
commit = True
44
tag = False
55

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
commit_message: 'Version bump to ${{ env.VERSION }} [skip ci]'
4040
file_pattern: |
4141
setup.py
42+
.bumpversion.cfg
4243
4344
- name: Create GitHub Release
4445
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)