Skip to content

Commit 128133a

Browse files
committedFeb 1, 2020
Bump version: 0.2.5 → 0.2.6
1 parent 50d90de commit 128133a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.5
2+
current_version = 0.2.6
33
commit = True
44
tag = True
55
tag_name = {new_version}

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sanic_sse"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
description = "Sanic Server-Sent Events extension"
55
authors = ["Innokenty Lebedev"]
66
repository = "https://github.com/inn0kenty/sanic_sse"

‎sanic_sse/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
from .sse import Sse
88

9-
__version__ = "0.2.5"
9+
__version__ = "0.2.6"
1010

1111
__all__ = ["Sse"]

0 commit comments

Comments
 (0)