Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JBenda committed Feb 11, 2024
1 parent 8c822f9 commit bdc4013
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
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
description="Python bindings for InkCPP a Inkle runtime written in C++",
Expand Down

0 comments on commit bdc4013

Please sign in to comment.