diff --git a/setup.py b/setup.py index 8283e9f..c45265d 100644 --- a/setup.py +++ b/setup.py @@ -148,7 +148,7 @@ def build_extension(self, ext: CMakeExtension) -> None: setup( name=PACKAGE_NAME, - version="0.0.1", + version="0.0.2", author="Maksim Levental", author_email="maksim.levental@gmail.com", long_description_content_type="text/markdown",