File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22# Project Configuration #
33#########################
44cmake_minimum_required (VERSION 3.20.0)
5- project (csp VERSION "0.12 .0" )
5+ project (csp VERSION "0.13 .0" )
66set (CMAKE_CXX_STANDARD 20)
77
88###################################################################################################################################################
Original file line number Diff line number Diff line change 3131
3232from . import stats
3333
34- __version__ = "0.12 .0"
34+ __version__ = "0.13 .0"
3535
3636
3737def get_include_path ():
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ name = "csp"
1818authors = [{name = " the csp authors" , email = " CSPOpenSource@point72.com" }]
1919description =" csp is a high performance reactive stream processing library, written in C++ and Python"
2020readme = " README.md"
21- version = " 0.12 .0"
21+ version = " 0.13 .0"
2222requires-python = " >=3.10"
2323
2424dependencies = [
@@ -118,7 +118,7 @@ slack = [
118118]
119119
120120[tool .bumpversion ]
121- current_version = " 0.12 .0"
121+ current_version = " 0.13 .0"
122122commit = false
123123tag = false
124124commit_args = " -s"
Original file line number Diff line number Diff line change 149149
150150setup (
151151 name = "csp" ,
152- version = "0.12 .0" ,
152+ version = "0.13 .0" ,
153153 packages = ["csp" ],
154154 cmake_install_dir = "csp" ,
155155 cmake_args = cmake_args ,
You can’t perform that action at this time.
0 commit comments