Skip to content

Commit

Permalink
馃敄 Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
suzukey committed Sep 13, 2020
1 parent 2b10753 commit 3b445e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fitrate/__init__.py
Expand Up @@ -2,7 +2,7 @@
Calculate the length of the sides that fit into the limited volume
"""

__version__ = "0.2.0"
__version__ = "0.2.1"

from fitrate import utils
from fitrate.calc import calc
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fitrate"
version = "0.2.0"
version = "0.2.1"
description = "Calculate the length of the sides that fit into the limited volume"
authors = ["suzukey <suzukei0208@gmail.com>"]

Expand Down
2 changes: 1 addition & 1 deletion tests/test_fitrate.py
Expand Up @@ -2,4 +2,4 @@


def test_version() -> None:
assert __version__ == "0.2.0"
assert __version__ == "0.2.1"

0 comments on commit 3b445e4

Please sign in to comment.