You've already forked bthlabs-jsonrpc
v1.1.0
This commit is contained in:
@@ -13,4 +13,4 @@ from .executor import Executor # noqa: F401
|
||||
from .registry import MethodRegistry # noqa: F401
|
||||
from .serializer import JSONRPCSerializer # noqa: F401
|
||||
|
||||
__version__ = '1.1.0b1'
|
||||
__version__ = '1.1.0'
|
||||
|
||||
@@ -24,7 +24,7 @@ author = 'Tomek Wójcik'
|
||||
version = '1.1.0'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '1.1.0b1'
|
||||
release = '1.1.0'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "bthlabs-jsonrpc-core"
|
||||
version = "1.1.0b1"
|
||||
version = "1.1.0"
|
||||
description = "BTHLabs JSONRPC - Core"
|
||||
authors = ["Tomek Wójcik <contact@bthlabs.pl>"]
|
||||
maintainers = ["BTHLabs <contact@bthlabs.pl>"]
|
||||
|
||||
Reference in New Issue
Block a user