Skip to content

Commit cf86da6

Browse files
committed
Bump version.
1 parent 2cfea7d commit cf86da6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
python -m pip install wheel --user
6161
python setup.py sdist bdist_wheel
6262
- name: Publish distribution 📦 to Test PyPI
63+
if: startsWith(github.event.ref, 'refs/tags')
6364
uses: pypa/gh-action-pypi-publish@master
6465
with:
6566
password: ${{ secrets.test_pypi_password }}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
except IOError:
1515
CHANGES = ''
1616

17-
version = '1.0.1'
17+
version = '1.1.0'
1818

1919
install_requires = [
2020
'Kotti>=1.2.4',

0 commit comments

Comments
 (0)