We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4db60 commit dab848aCopy full SHA for dab848a
2 files changed
pygoroutine/__init__.py
@@ -6,7 +6,7 @@
6
"""
7
8
__author__ = "Anton Vice"
9
-__version__ = "0.1.6"
+__version__ = "0.1.7"
10
11
from .app import (
12
GET,
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pygoroutine"
3
-version = "0.1.6"
+version = "0.1.7"
4
description = "🚀 Go-like concurrency in Python with channels and true parallelism."
5
readme = "README.md"
authors = [{ name = "Anton Vice", email = "anton96vice@gmail.com"}]
@@ -33,7 +33,7 @@ Homepage = "https://github.com/antonvice/pygoroutine"
33
"Bug Tracker" = "https://github.com/antonvice/pygoroutine/issues"
34
35
[tool.bumpversion]
36
-current_version = "0.1.6" # <-- SYNCHRONIZED
+current_version = "0.1.7" # <-- SYNCHRONIZED
37
commit = true
38
tag = true
39
message = "chore: Release v{new_version}"
0 commit comments