Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Jul 20, 2020
1 parent 44846e2 commit 32217c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
@@ -1,13 +1,13 @@
[tool.poetry]
name = "rpc.py"
version = "0.2.1"
description = ""
version = "0.2.2"
description = "An easy-to-use and powerful RPC framework. Base WSGI & ASGI."
authors = ["abersheeran <me@abersheeran.com>"]
readme = "README.md"
license = "Apache-2.0"

homepage = "https://github.com/abersheeran/setup.py"
repository = "https://github.com/abersheeran/setup.py"
homepage = "https://github.com/abersheeran/rpc.py"
repository = "https://github.com/abersheeran/rpc.py"

classifiers=[
"Programming Language :: Python :: 3",
Expand Down
2 changes: 1 addition & 1 deletion rpcpy/version.py
@@ -1,3 +1,3 @@
VERSION = (0, 2, 1)
VERSION = (0, 2, 2)

__version__ = ".".join(map(str, VERSION))

0 comments on commit 32217c6

Please sign in to comment.