1
0
This commit is contained in:
2024-01-15 21:44:16 +01:00
parent 7baef8a7bc
commit d8caea5c34
11 changed files with 15 additions and 15 deletions

View File

@@ -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'

View File

@@ -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 ---------------------------------------------------

View File

@@ -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>"]