Skip to content

Commit

Permalink
version is now in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thefab committed Mar 3, 2015
1 parent bf2cf36 commit b5ed3c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tornadis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
# This file is part of tornadis library released under the MIT license.
# See the LICENSE file for more information.

version_info = (0, 1, 0)
__version__ = ".".join([str(x) for x in version_info])

DEFAULT_HOST = '127.0.0.1'
DEFAULT_PORT = 6379
DEFAULT_CONNECT_TIMEOUT = 20
Expand Down

0 comments on commit b5ed3c8

Please sign in to comment.