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 1- __version__ = "2.5 .0"
1+ __version__ = "2.6 .0"
22
33try :
44 from .client import *
Original file line number Diff line number Diff line change 199199 },
200200 "description" : " # Welcome to CSP Gateway API\n Contains REST/Websocket interfaces to underlying CSP Gateway engine" ,
201201 "title" : " Gateway" ,
202- "version" : " 2.5 .0"
202+ "version" : " 2.6 .0"
203203 },
204204 "openapi" : " 3.1.0" ,
205205 "paths" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @point72/csp-gateway" ,
3- "version" : " 2.5 .0" ,
3+ "version" : " 2.6 .0" ,
44 "description" : " csp-gateway is a framework for building high-performance streaming applications" ,
55 "repository" : " git@github.com:Point72/csp-gateway.git" ,
66 "author" : " Point72, L.P. <OpenSource@point72.com>" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ authors = [
1414description = " csp-gateway is a framework for building high-performance streaming applications"
1515readme = " README.md"
1616license = { text = " Apache-2.0" }
17- version = " 2.5 .0"
17+ version = " 2.6 .0"
1818requires-python = " >=3.10"
1919keywords = [
2020 " csp" ,
@@ -124,7 +124,7 @@ Repository = "https://github.com/Point72/csp-gateway"
124124Homepage = " https://github.com/Point72/csp-gateway/wiki"
125125
126126[tool .bumpversion ]
127- current_version = " 2.5 .0"
127+ current_version = " 2.6 .0"
128128commit = true
129129tag = false
130130commit_args = " -s"
You can’t perform that action at this time.
0 commit comments