Skip to content

Commit

Permalink
Bump version: 0.1.0 -> 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanpon committed Mar 6, 2022
1 parent 51d81da commit 18c21d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 18c21d4

Please sign in to comment.