From 0a198aecc46502399b39e118a9b0206b003b9a23 Mon Sep 17 00:00:00 2001 From: Zishun Liu Date: Mon, 23 May 2022 23:17:21 +0800 Subject: [PATCH] ready for 0.0.2 --- README.md | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5938d56..0a110ec 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/pyproject.toml b/pyproject.toml index e52aea1..ceb95a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "meshutility" -version = "0.0.1" +version = "0.0.2" dependencies = [ "numpy", "openmesh", diff --git a/setup.py b/setup.py index e692a10..25c1a73 100644 --- a/setup.py +++ b/setup.py @@ -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",