Skip to content

Commit 89e5622

Browse files
committed
Bump version: 2.4.0 → 2.4.1
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent 8b401c6 commit 89e5622

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.4.0"
1+
__version__ = "2.4.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.4.0"
192+
"version": "2.4.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.4.0",
3+
"version": "2.4.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.4.0"
11+
version = "2.4.1"
1212
requires-python = ">=3.10"
1313
keywords = ["csp", "csp-gateway"]
1414

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

110110
[tool.bumpversion]
111-
current_version = "2.4.0"
111+
current_version = "2.4.1"
112112
commit = true
113113
tag = false
114114
commit_args = "-s"

0 commit comments

Comments
 (0)