Skip to content

Commit 6d99648

Browse files
committed
chore: Release v0.1.6
1 parent 0d72da4 commit 6d99648

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.5"
9+
__version__ = "0.1.6"
1010

1111
from .app import Channel, GoroutineManager, go, nc
1212

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.5"
3+
version = "0.1.6"
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"}]
@@ -33,7 +33,7 @@ Homepage = "https://github.com/antonvice/pygoroutine"
3333
"Bug Tracker" = "https://github.com/antonvice/pygoroutine/issues"
3434

3535
[tool.bumpversion]
36-
current_version = "0.1.5" # <-- SYNCHRONIZED
36+
current_version = "0.1.6" # <-- SYNCHRONIZED
3737
commit = true
3838
tag = true
3939
message = "chore: Release v{new_version}"

0 commit comments

Comments
 (0)