Skip to content

Commit

Permalink
Increase version to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-adir committed Sep 21, 2023
1 parent 9f198e8 commit dcdfc03
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 = "compmec-shape"
version = "1.0.1"
version = "1.0.2"
description = "Geometric 2D library"
authors = ["Carlos Adir <carlos.adir.leite@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/compmec/shape/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
WholeShape,
)

__version__ = "1.0.1"
__version__ = "1.0.2"

if __name__ == "__main__":
pass

0 comments on commit dcdfc03

Please sign in to comment.