From 18c21d43c6aeea38ee0c945fa3b6a0de872d2098 Mon Sep 17 00:00:00 2001 From: Yiyang Zhan Date: Mon, 7 Mar 2022 07:37:55 +0900 Subject: [PATCH] Bump version: 0.1.0 -> 0.1.1 --- CMakeLists.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b3f083..c43dae8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.15...3.19) -project(ngtpy VERSION "0.1.0") +project(ngtpy VERSION "0.1.1") if(SKBUILD) # Scikit-Build does not add your site-packages to the search path diff --git a/setup.py b/setup.py index 8aea7ea..1458a88 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="ngtpy", - version="0.1.0", + version="0.1.1", description="ngt python", author="Yahoo! JAPAN research", packages=find_packages(where="src"),