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 4c53d29 commit c8ffba9Copy full SHA for c8ffba9
CMakeLists.txt
@@ -1,8 +1,8 @@
1
-cmake_minimum_required(VERSION 3.12.0)
+cmake_minimum_required(VERSION 3.19.0)
2
3
project(
4
splinepy
5
- VERSION 0.0.2
+ VERSION 0.1.1
6
LANGUAGES C CXX)
7
8
# build options
splinepy/_version.py
@@ -1 +1 @@
-__version__ = "0.1.0"
+__version__ = "0.1.1"
0 commit comments