From cb23775990be8e89cb7d30f2ce0e24996ff7f47d Mon Sep 17 00:00:00 2001 From: Ryuichi Yamamoto Date: Wed, 11 Aug 2021 11:22:44 +0900 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7d48966..126d9a9 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ import setuptools.command.develop from setuptools import Extension, find_packages, setup -version = "0.0.24" +version = "0.1.0" # Adapted from https://github.com/pytorch/pytorch cwd = os.path.dirname(os.path.abspath(__file__))