Skip to content

Commit c8ffba9

Browse files
committed
bump version to v0.1.1
1 parent 4c53d29 commit c8ffba9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
cmake_minimum_required(VERSION 3.12.0)
1+
cmake_minimum_required(VERSION 3.19.0)
22

33
project(
44
splinepy
5-
VERSION 0.0.2
5+
VERSION 0.1.1
66
LANGUAGES C CXX)
77

88
# build options

splinepy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)