Skip to content

Commit

Permalink
ready for 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zishun committed May 23, 2022
1 parent bffd54a commit 0a198ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Install with
```
pip install meshutility==0.0.1
pip install meshutility==0.0.2
```

A simple tutorial is available [here](https://zishun.github.io/projects/MeshUtility/).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "meshutility"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"numpy",
"openmesh",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def build_extension(self, ext):
long_description = (this_directory / "README.md").read_text()
setup(
name="meshutility",
version="0.0.1",
version="0.0.2",
author="Zishun Liu",
author_email="",
description="A collection of python utilities for mesh processing",
Expand Down

0 comments on commit 0a198ae

Please sign in to comment.