Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Mar 19, 2022
1 parent f553ff4 commit 93b31fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
- name: Bump version
if: github.event_name == 'release'
run: |
git config --global user.name 'ProjectBot'
git config --global user.email '[email protected]'
VERSION=`echo $VERSION | awk -F. '/[0-9]+\./{$NF++;print}' OFS=.`
sed -ie "s/version = .*/version = $VERSION/" setup.cfg
git add setup.cfg
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-iris
version = 0.1.8
version = 0.1.9
url = https://github.com/caretdev/django-iris
maintainer = CaretDev
maintainer_email = [email protected]
Expand Down

0 comments on commit 93b31fd

Please sign in to comment.