Skip to content

Commit 93b31fd

Browse files
committed
bump version
1 parent f553ff4 commit 93b31fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
- name: Bump version
7474
if: github.event_name == 'release'
7575
run: |
76+
git config --global user.name 'ProjectBot'
77+
git config --global user.email '[email protected]'
7678
VERSION=`echo $VERSION | awk -F. '/[0-9]+\./{$NF++;print}' OFS=.`
7779
sed -ie "s/version = .*/version = $VERSION/" setup.cfg
7880
git add setup.cfg

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-iris
3-
version = 0.1.8
3+
version = 0.1.9
44
url = https://github.com/caretdev/django-iris
55
maintainer = CaretDev
66
maintainer_email = [email protected]

0 commit comments

Comments
 (0)