Skip to content

Commit

Permalink
update version and url
Browse files Browse the repository at this point in the history
  • Loading branch information
argv0 committed Mar 8, 2011
1 parent 26ff548 commit d3c25d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def make_pb():
if __name__ == "__main__":
setup(
name='riak',
version='1.1.1',
version='1.2.1',
packages = find_packages(),
install_requires = ['protobuf>=2.3.0'],
dependency_links = ["http://downloads.basho.com/support"],
Expand All @@ -32,5 +32,5 @@ def make_pb():
author='Basho Technologies',
author_email='riak@basho.com',
test_suite='riak.tests.test_all',
url='https://bitbucket.org/basho/riak-python-client',
url='https://github.com/basho/riak-python-client'
)

0 comments on commit d3c25d9

Please sign in to comment.