summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Marshall <catchjosh@gmail.com>2021-03-31 15:16:42 +0900
committerJosh Marshall <catchjosh@gmail.com>2021-03-31 15:16:42 +0900
commit4182082b0d5b503146d5dcab49fd9e4afd0e9e48 (patch)
tree89cb40089c3a0a7d7f255ca979376877582edce2
parentd3d7671d8af7050a092bff3e05bde6b959bd1949 (diff)
downloadjsonrpclib-4182082b0d5b503146d5dcab49fd9e4afd0e9e48.tar.gz
Bumping to v0.2.1
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0816d95..bd9f79a 100755
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ if os.path.exists("README.md"):
distutils.core.setup(
name="jsonrpclib",
- version="0.2.0",
+ version="0.2.1",
packages=["jsonrpclib"],
author="Josh Marshall",
author_email="catchjosh@gmail.com",