Skip to content

Commit 7ea1375

Browse files
authored
Merge pull request #143 from Point72/tkp/231
Bump version: 2.3.0 → 2.3.1
2 parents 2b44799 + 5224f70 commit 7ea1375

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

csp_gateway/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.3.0"
1+
__version__ = "2.3.1"
22

33
try:
44
from .client import *

examples/Client.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
},
190190
"description": "# Welcome to CSP Gateway API\nContains REST/Websocket interfaces to underlying CSP Gateway engine",
191191
"title": "Gateway",
192-
"version": "2.3.0"
192+
"version": "2.3.1"
193193
},
194194
"openapi": "3.1.0",
195195
"paths": {

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@point72/csp-gateway",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
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>",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{name = "Point72, L.P.", email = "OpenSource@point72.com"}]
88
description = "csp-gateway is a framework for building high-performance streaming applications"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11-
version = "2.3.0"
11+
version = "2.3.1"
1212
requires-python = ">=3.9"
1313
keywords = ["csp", "csp-gateway"]
1414

@@ -109,7 +109,7 @@ Repository = "https://github.com/Point72/csp-gateway"
109109
Homepage = "https://github.com/Point72/csp-gateway/wiki"
110110

111111
[tool.bumpversion]
112-
current_version = "2.3.0"
112+
current_version = "2.3.1"
113113
commit = true
114114
tag = false
115115
commit_args = "-s"

0 commit comments

Comments
 (0)