Skip to content

Commit

Permalink
Bump version - v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikkuzu committed Jul 4, 2021
1 parent 7e52599 commit 1e82101
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Publish Python Package

on:
release:
types: [created]
types: [published]

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "squiral"
version = "0.1.3"
version = "0.1.4"
description = "squiral - square spiral"
authors = ["SADIK KUZU <[email protected]>"]
homepage = "https://github.com/sadikkuzu/squiral"
Expand Down
2 changes: 1 addition & 1 deletion squiral/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.3'
__version__ = '0.1.4'

from .squiral import (
produce,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_squiral.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


def test_version():
assert __version__ == '0.1.3'
assert __version__ == '0.1.4'


@pytest.mark.parametrize("A, direction", data_to_where)
Expand Down

0 comments on commit 1e82101

Please sign in to comment.