We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00c497c + 8043778 commit 782d556Copy full SHA for 782d556
redisrpc/version.py
@@ -1,3 +1,3 @@
1
2
3
-VERSION = "0.0.5"
+VERSION = "0.0.6"
setup.py
@@ -12,7 +12,7 @@
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
license='MIT',
15
- url="https://github.com/munisisazade/redispubsub",
+ url="https://github.com/munisisazade/redis-pub-sub",
16
install_requires=["redis"],
17
extras_require={
18
"redis": ["redis"]
0 commit comments