We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f1b54 commit 7db9efbCopy full SHA for 7db9efb
3 files changed
funppy/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.4.7'
+__version__ = '0.4.8'
2
3
from funppy.plugin import register, serve
4
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "funppy"
-version = "0.4.7"
+version = "0.4.8"
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.7"
+const Version = "v0.4.8"
8
9
// PluginTypeEnvName is used to specify hashicorp go plugin type, rpc/grpc
10
const PluginTypeEnvName = "HRP_PLUGIN_TYPE"
0 commit comments