We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d90de commit 128133aCopy full SHA for 128133a
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.5
+current_version = 0.2.6
3
commit = True
4
tag = True
5
tag_name = {new_version}
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sanic_sse"
-version = "0.2.5"
+version = "0.2.6"
description = "Sanic Server-Sent Events extension"
authors = ["Innokenty Lebedev"]
6
repository = "https://github.com/inn0kenty/sanic_sse"
sanic_sse/__init__.py
@@ -6,6 +6,6 @@
7
from .sse import Sse
8
9
-__version__ = "0.2.5"
+__version__ = "0.2.6"
10
11
__all__ = ["Sse"]
0 commit comments