From bdc401305748a6cadc1cc94368909f34e604ef2c Mon Sep 17 00:00:00 2001 From: Julian Benda Date: Sun, 11 Feb 2024 01:41:17 +0100 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 22ed0cf0..4df05d0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16) enable_testing() # Project setup -project(inkcpp VERSION 0.1.3) +project(inkcpp VERSION 0.1.4) SET(CMAKE_CXX_STANDARD 20) SET(CMAKE_CXX_STANDARD_REQUIRED ON) SET(CMAKE_INSTALL_LIBRARY_DIR lib) diff --git a/setup.py b/setup.py index 45738d85..7d872c04 100644 --- a/setup.py +++ b/setup.py @@ -153,7 +153,7 @@ def build_extension(self, ext: CMakeExtension) -> None: setup( name="inkcpp-py", - version="0.1.3", + version="0.1.4", author="Julian Benda", author_email="julian.benda@ovgu.de", description="Python bindings for InkCPP a Inkle runtime written in C++",