Skip to content

Commit 18c21d4

Browse files
committed
Bump version: 0.1.0 -> 0.1.1
1 parent 51d81da commit 18c21d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.15...3.19)
22

3-
project(ngtpy VERSION "0.1.0")
3+
project(ngtpy VERSION "0.1.1")
44

55
if(SKBUILD)
66
# Scikit-Build does not add your site-packages to the search path

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name="ngtpy",
17-
version="0.1.0",
17+
version="0.1.1",
1818
description="ngt python",
1919
author="Yahoo! JAPAN research",
2020
packages=find_packages(where="src"),

0 commit comments

Comments
 (0)