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 2
2
# Project Configuration #
3
3
#########################
4
4
cmake_minimum_required (VERSION 3.20.0 )
5
- project (csp VERSION "0.9 .0" )
5
+ project (csp VERSION "0.10 .0" )
6
6
set (CMAKE_CXX_STANDARD 20 )
7
7
8
8
###################################################################################################################################################
Original file line number Diff line number Diff line change 31
31
32
32
from . import stats
33
33
34
- __version__ = "0.9 .0"
34
+ __version__ = "0.10 .0"
35
35
36
36
37
37
def get_include_path ():
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ name = "csp"
16
16
authors = [{
name =
" the csp authors" ,
email =
" [email protected] " }]
17
17
description =" csp is a high performance reactive stream processing library, written in C++ and Python"
18
18
readme = " README.md"
19
- version = " 0.9 .0"
19
+ version = " 0.10 .0"
20
20
requires-python = " >=3.9"
21
21
22
22
dependencies = [
@@ -116,7 +116,7 @@ slack = [
116
116
]
117
117
118
118
[tool .bumpversion ]
119
- current_version = " 0.9 .0"
119
+ current_version = " 0.10 .0"
120
120
commit = false
121
121
tag = false
122
122
commit_args = " -s"
Original file line number Diff line number Diff line change 122
122
123
123
setup (
124
124
name = "csp" ,
125
- version = "0.9 .0" ,
125
+ version = "0.10 .0" ,
126
126
packages = ["csp" ],
127
127
cmake_install_dir = "csp" ,
128
128
cmake_args = cmake_args ,
You can’t perform that action at this time.
0 commit comments