Skip to content

Commit

Permalink
update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hoffman committed Apr 22, 2016
1 parent 4d3f03c commit c78f16e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion redistrib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.5.0'
REPO = 'https://github.com/HunanTV/redis-trib.py'
REPO = 'https://github.com/quixey/redis-trib.py'
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@
setup(
name='redis-trib',
version=redistrib.__version__,
author='Neuron Teckid',
author_email='lene13@gmail.com',
author='Chris Hoffman',
author_email='chris@quixey.com',
license='MIT',
keywords='Redis Cluster',
url=redistrib.REPO,
description='Redis Cluster tools in Python2',
packages=['redistrib'],
long_description='Visit ' + redistrib.REPO + ' for details please.',
long_description='Visit ' + redistrib.REPO + ' for details. Module forked from '
'https://github.com/HunanTV/redis-trib.py',
install_requires=[
'hiredis',
'retrying',
'six',
'redis'
],
zip_safe=False,
entry_points=dict(
Expand Down

0 comments on commit c78f16e

Please sign in to comment.