Skip to content

Commit 548f2df

Browse files
committed
chore: Release v0.1.4
1 parent a5722de commit 548f2df

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gopy/__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"
9-
__version__ = "0.1.3"
9+
__version__ = "0.1.4"
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 = "go-py"
3-
version = "0.1.3"
3+
version = "0.1.4"
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"}]
@@ -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.3"
37+
current_version = "0.1.4"
3838
commit = true
3939
tag = true
4040
message = "chore: Release v{new_version}"

0 commit comments

Comments
 (0)