From c5bdeab58466c642f66d7b220c8dbe49cc3dac90 Mon Sep 17 00:00:00 2001 From: Ryuichi Yamamoto Date: Sat, 29 Jun 2024 15:14:47 +0900 Subject: [PATCH] 0.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae5f37a..5dd840a 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ import setuptools.command.develop from setuptools import Extension, find_packages, setup -version = "0.1.2" +version = "0.1.3" # Adapted from https://github.com/pytorch/pytorch cwd = os.path.dirname(os.path.abspath(__file__))