Skip to content

Commit 81352ae

Browse files
committed
Bump version to 2.3.4
1 parent 8bc88d4 commit 81352ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.3
1+
2.3.4

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sse-starlette"
3-
version = "2.3.3"
3+
version = "2.3.4"
44
description = "SSE plugin for Starlette"
55
readme = "README.md"
66
license = {text = "BSD-3-Clause"}
@@ -60,7 +60,7 @@ requires = ["setuptools"]
6060
build-backend = "setuptools.build_meta"
6161

6262
[tool.bumpversion]
63-
current_version = "2.3.3"
63+
current_version = "2.3.4"
6464
commit = true
6565
tag = false
6666
message = "Bump version to {new_version}"

sse_starlette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from sse_starlette.sse import EventSourceResponse
33

44
__all__ = ["EventSourceResponse", "ServerSentEvent"]
5-
__version__ = "2.3.3"
5+
__version__ = "2.3.4"

0 commit comments

Comments
 (0)