Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSpringborg committed Dec 4, 2020
1 parent 09202d8 commit c9fcb79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
# Sequence of patterns matched against refs/tags
tags:
- '\d.\d.\d' # Push events to matching v*, i.e. v1.0, v20.15.10
- '\d.\d.\d' # Push events to matching semantic versioning i.e. 1.0.0, 20.15.10

jobs:
publish:
Expand Down Expand Up @@ -33,7 +33,6 @@ jobs:
--outdir dist/
.
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_PASSWORD }}
2 changes: 1 addition & 1 deletion steinloss/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__all__ = ("__version__")

__version__ = "0.1.10"
__version__ = "0.1.11"

0 comments on commit c9fcb79

Please sign in to comment.