Skip to content

Commit

Permalink
feat: increase version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-adir committed Apr 16, 2024
1 parent 1e1fb90 commit 4d98610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "shapepy"
version = "1.0.2"
version = "1.1.0"
description = "Geometric 2D library"
authors = ["Carlos Adir <carlos.adir.leite@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/shapepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
WholeShape,
)

__version__ = "1.0.2"
__version__ = "1.1.0"

if __name__ == "__main__":
pass

0 comments on commit 4d98610

Please sign in to comment.