Skip to content

Commit

Permalink
bump version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j042 committed Jun 27, 2024
1 parent 4c53d29 commit c8ffba9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.12.0)
cmake_minimum_required(VERSION 3.19.0)

project(
splinepy
VERSION 0.0.2
VERSION 0.1.1
LANGUAGES C CXX)

# build options
Expand Down
2 changes: 1 addition & 1 deletion splinepy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit c8ffba9

Please sign in to comment.