Skip to content

Commit 3081422

Browse files
committed
asd
1 parent 6102d49 commit 3081422

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pygoroutine/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
inspired by the concurrency model of the Go language.
66
"""
77

8-
__author__ = "anton"
9-
__version__ = "0.1.4"
8+
__author__ = "Amtom Vice"
9+
__version__ = "0.1.5"
1010

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Homepage = "https://github.com/antonvice/go-py"
3434
"Bug Tracker" = "https://github.com/antonvice/go-py/issues"
3535

3636
[tool.bumpversion]
37-
current_version = "0.1.5"
37+
current_version = "0.1.6"
3838
commit = true
3939
tag = true
4040
message = "chore: Release v{new_version}"

0 commit comments

Comments
 (0)