Skip to content

Commit

Permalink
0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jd28 committed Nov 28, 2024
1 parent 94850e9 commit cdbe64a
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
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
project(rollNW VERSION 0.43.0 LANGUAGES CXX C)
project(rollNW VERSION 0.44.0 LANGUAGES CXX C)
set (CMAKE_CXX_STANDARD 20)
include(cmake/Cache.cmake)
include(cmake/Sanitizers.cmake)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def build_extension(self, ext):

setup(
name="rollnw",
version="0.43.0",
version="0.44.0",
author="jmd",
author_email="[email protected]",
packages=["rollnw-stubs"],
Expand Down

0 comments on commit cdbe64a

Please sign in to comment.