Skip to content

Commit b4af016

Browse files
committed
chore: Release v0.1.10
1 parent 30b58e0 commit b4af016

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pygoroutine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77

88
__author__ = "Anton Vice"
9-
__version__ = "0.1.9"
9+
__version__ = "0.1.10"
1010

1111
from .app import (
1212
GET,

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pygoroutine"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
description = "🚀 Go-like concurrency in Python with channels and true parallelism."
55
readme = "README.md"
66
authors = [{ name = "Anton Vice", email = "anton96vice@gmail.com"}]
@@ -29,7 +29,7 @@ Homepage = "https://github.com/antonvice/pygoroutine"
2929
"Bug Tracker" = "https://github.com/antonvice/pygoroutine/issues"
3030

3131
[tool.bumpversion]
32-
current_version = "0.1.9" # <-- SYNCHRONIZED
32+
current_version = "0.1.10" # <-- SYNCHRONIZED
3333
commit = true
3434
tag = true
3535
message = "chore: Release v{new_version}"

0 commit comments

Comments
 (0)