File tree 4 files changed +5
-5
lines changed
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.0.9 " )
5
+ project (csp VERSION "0.0.10 " )
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.0.9 "
34
+ __version__ = "0.0.10 "
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 = " CSPOpenSource@point72.com" }]
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.0.9 "
19
+ version = " 0.0.10 "
20
20
requires-python = " >=3.9"
21
21
22
22
dependencies = [
@@ -118,7 +118,7 @@ slack = [
118
118
]
119
119
120
120
[tool .bumpversion ]
121
- current_version = " 0.0.9 "
121
+ current_version = " 0.0.10 "
122
122
commit = false
123
123
tag = false
124
124
commit_args = " -s"
Original file line number Diff line number Diff line change 121
121
122
122
setup (
123
123
name = "csp" ,
124
- version = "0.0.9 " ,
124
+ version = "0.0.10 " ,
125
125
packages = ["csp" ],
126
126
cmake_install_dir = "csp" ,
127
127
cmake_args = cmake_args ,
You can’t perform that action at this time.
0 commit comments