Skip to content

Commit 16f8c5b

Browse files
author
quantmind
committed
fixed setup.py
1 parent 8767cf9 commit 16f8c5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdnet/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
'''An object relational mapper library for Redis remote data structures.'''
2-
VERSION = (0, 7, 0, 'rc', 1)
2+
VERSION = (0, 7, 0, 'rc', 2)
33

44
sphinxtogithub = True
55

66
from .exceptions import *
77
from .backends import *
88
from .utils.version import get_version
99

10-
__version__ = get_version(VERSION)
10+
__version__ = version = get_version(VERSION)
1111
__license__ = "BSD"
1212
__author__ = "Luca Sbardella"
1313
__contact__ = "luca.sbardella@gmail.com"

0 commit comments

Comments
 (0)