Skip to content

Commit

Permalink
Bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sysid committed Dec 25, 2024
1 parent 32c7d53 commit 22dc147
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sse-starlette"
version = "2.2.0"
version = "2.2.1"
description = "SSE plugin for Starlette"
readme = "README.md"
license = {text = "BSD-3-Clause"}
Expand Down Expand Up @@ -60,7 +60,7 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.bumpversion]
current_version = "2.2.0"
current_version = "2.2.1"
commit = true
tag = false
message = "Bump version to {new_version}"
Expand Down
2 changes: 1 addition & 1 deletion sse_starlette/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from sse_starlette.sse import EventSourceResponse

__all__ = ["EventSourceResponse", "ServerSentEvent"]
__version__ = "2.2.0"
__version__ = "2.2.1"

0 comments on commit 22dc147

Please sign in to comment.