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.10.1 " )
5+ project (csp VERSION "0.11.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.10.1 "
34+ __version__ = "0.11.0 "
3535
3636
3737def get_include_path ():
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ name = "csp"
1616authors = [{name = " the csp authors" , email = " CSPOpenSource@point72.com" }]
1717description =" csp is a high performance reactive stream processing library, written in C++ and Python"
1818readme = " README.md"
19- version = " 0.10.1 "
19+ version = " 0.11.0 "
2020requires-python = " >=3.9"
2121
2222dependencies = [
@@ -117,7 +117,7 @@ slack = [
117117]
118118
119119[tool .bumpversion ]
120- current_version = " 0.10.1 "
120+ current_version = " 0.11.0 "
121121commit = false
122122tag = false
123123commit_args = " -s"
Original file line number Diff line number Diff line change 124124
125125setup (
126126 name = "csp" ,
127- version = "0.10.1 " ,
127+ version = "0.11.0 " ,
128128 packages = ["csp" ],
129129 cmake_install_dir = "csp" ,
130130 cmake_args = cmake_args ,
You can’t perform that action at this time.
0 commit comments