Skip to content

Commit

Permalink
Bump version: 1.5.0 → 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sysid committed May 14, 2023
1 parent 97eb623 commit 8086dac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.0
current_version = 1.6.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.5.0
1.6.0
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = sse-starlette
version = 1.5.0
version = 1.6.0
description = "SSE plugin for Starlette"
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion sse_starlette/__init__.py
@@ -1,4 +1,4 @@
from sse_starlette.sse import EventSourceResponse, ServerSentEvent

__all__ = ["ServerSentEvent", "EventSourceResponse"]
__version__ = "1.5.0"
__version__ = "1.6.0"

0 comments on commit 8086dac

Please sign in to comment.