Skip to content

Commit 5aa868f

Browse files
committed
0.43.0
1 parent fffed04 commit 5aa868f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.21)
2-
project(rollNW VERSION 0.42.0 LANGUAGES CXX C)
2+
project(rollNW VERSION 0.43.0 LANGUAGES CXX C)
33
set (CMAKE_CXX_STANDARD 20)
44
include(cmake/Cache.cmake)
55
include(cmake/Sanitizers.cmake)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def build_extension(self, ext):
5050

5151
setup(
5252
name="rollnw",
53-
version="0.42.dev0",
53+
version="0.43.0",
5454
author="jmd",
5555
author_email="[email protected]",
5656
packages=["rollnw-stubs"],

0 commit comments

Comments
 (0)