We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d81da commit 18c21d4Copy full SHA for 18c21d4
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.15...3.19)
2
3
-project(ngtpy VERSION "0.1.0")
+project(ngtpy VERSION "0.1.1")
4
5
if(SKBUILD)
6
# Scikit-Build does not add your site-packages to the search path
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name="ngtpy",
17
- version="0.1.0",
+ version="0.1.1",
18
description="ngt python",
19
author="Yahoo! JAPAN research",
20
packages=find_packages(where="src"),
0 commit comments