Skip to content

Commit

Permalink
Bump version - v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikkuzu committed Jul 4, 2021
1 parent 2cac9e9 commit 7e52599
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2"
version = "0.1.3"
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.2'
__version__ = '0.1.3'

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.2'
assert __version__ == '0.1.3'


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

0 comments on commit 7e52599

Please sign in to comment.