Skip to content

Commit

Permalink
Merge branch 'ag/expose-engine-shutdown' of https://github.com/Point7…
Browse files Browse the repository at this point in the history
…2/csp into ag/expose-engine-shutdown
  • Loading branch information
AdamGlustein committed Jul 11, 2024
2 parents 3f2d7b1 + 84cc40d commit d096a88
Show file tree
Hide file tree
Showing 31 changed files with 444 additions and 966 deletions.
5 changes: 1 addition & 4 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
[bumpversion]
current_version = 0.0.4
current_version = 0.0.5
commit = False
tag = False
# We don't commit right now, but
# if we do in the future, this will
# ensure commits are signed
commit_args = -s

[bumpversion:file:csp/__init__.py]
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Project Configuration #
#########################
cmake_minimum_required(VERSION 3.20.0)
project(csp VERSION "0.0.4")
project(csp VERSION "0.0.5")
set(CMAKE_CXX_STANDARD 20)

###################################################################################################################################################
Expand Down
Loading

0 comments on commit d096a88

Please sign in to comment.