Skip to content

Commit 782d556

Browse files
authored
Merge pull request #6 from munisisazade/error_handler
Fix Homepage url
2 parents 00c497c + 8043778 commit 782d556

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redisrpc/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22

3-
VERSION = "0.0.5"
3+
VERSION = "0.0.6"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
license='MIT',
15-
url="https://github.com/munisisazade/redispubsub",
15+
url="https://github.com/munisisazade/redis-pub-sub",
1616
install_requires=["redis"],
1717
extras_require={
1818
"redis": ["redis"]

0 commit comments

Comments
 (0)