We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2433c1 commit 05564d4Copy full SHA for 05564d4
3 files changed
funppy/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.4.9'
+__version__ = '0.5.0'
2
3
from funppy.plugin import register, serve
4
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "funppy"
-version = "0.4.9"
+version = "0.5.0"
description = "Python plugin over gRPC for funplugin"
5
license = "Apache-2.0"
6
authors = ["debugtalk <mail@debugtalk.com>"]
shared/config.go
@@ -4,7 +4,7 @@ import (
"github.com/hashicorp/go-plugin"
)
7
-const Version = "v0.4.9"
+const Version = "v0.5.0"
8
9
// PluginTypeEnvName is used to specify hashicorp go plugin type, rpc/grpc
10
const PluginTypeEnvName = "HRP_PLUGIN_TYPE"
0 commit comments