Skip to content

Commit 05564d4

Browse files
committed
bump version to v0.5.0
1 parent e2433c1 commit 05564d4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

funppy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.4.9'
1+
__version__ = '0.5.0'
22

33
from funppy.plugin import register, serve
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "funppy"
3-
version = "0.4.9"
3+
version = "0.5.0"
44
description = "Python plugin over gRPC for funplugin"
55
license = "Apache-2.0"
66
authors = ["debugtalk <mail@debugtalk.com>"]

shared/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"github.com/hashicorp/go-plugin"
55
)
66

7-
const Version = "v0.4.9"
7+
const Version = "v0.5.0"
88

99
// PluginTypeEnvName is used to specify hashicorp go plugin type, rpc/grpc
1010
const PluginTypeEnvName = "HRP_PLUGIN_TYPE"

0 commit comments

Comments
 (0)