Skip to content

Commit

Permalink
馃敄 Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suzukey committed Sep 14, 2020
1 parent 79ccdd1 commit 42616c9
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.1"
__version__ = "1.0.0"

from fitrate import utils
from fitrate._fit import contain, scale_down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fitrate"
version = "0.2.1"
version = "1.0.0"
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.1"
assert __version__ == "1.0.0"

0 comments on commit 42616c9

Please sign in to comment.