Skip to content

Commit f3b876a

Browse files
author
quantmind
committed
0.7rc4 to work for redis 2.6.0-rc6
1 parent b961311 commit f3b876a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdnet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .backends import *
44
from .utils.version import get_version, stdnet_version
55

6-
VERSION = stdnet_version(0, 7, 0, 'rc', 3)
6+
VERSION = stdnet_version(0, 7, 0, 'rc', 4)
77

88
__version__ = version = get_version(VERSION)
99
__license__ = "BSD"

0 commit comments

Comments
 (0)