Skip to content

Commit

Permalink
Bump to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
katajakasa committed Mar 17, 2022
1 parent 388d873 commit 0d2ed5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiohttp_spyne/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.0.1"
__version__ = "1.4.0"
from .aio_spyne import AIOSpyne # noqa: F401
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="aiohttp-spyne",
version="1.3.0",
version="1.4.0",
description="Aiohttp transport for Spyne RPC library",
long_description=long_description,
url="https://github.com/katajakasa/aiohttp-spyne",
Expand Down

0 comments on commit 0d2ed5f

Please sign in to comment.