From 6b3ab0c7f499c6ebabd48e00873e23cd114b0634 Mon Sep 17 00:00:00 2001 From: Ryuichi Yamamoto Date: Mon, 9 Oct 2023 19:33:55 +0900 Subject: [PATCH] prep for v0.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57cb69a..6654770 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import setuptools.command.develop from setuptools import Extension, find_packages, setup -version = "0.2.2-dev" +version = "0.2.2" # Adapted from https://github.com/py_torch/pytorch cwd = os.path.dirname(os.path.abspath(__file__))