commit 7e3a2e9ccb2fca2eddf426340f6a95b554b834e2 Author: Damian Johnson atagar@torproject.org Date: Mon Oct 8 10:51:43 2018 -0700
Stem development version tag
As always, flagging our git codebase with a '-dev' version suffix. --- stem/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stem/__init__.py b/stem/__init__.py index 9a9aec59..771266fb 100644 --- a/stem/__init__.py +++ b/stem/__init__.py @@ -488,7 +488,7 @@ Library for working with the tor process. import stem.util import stem.util.enum
-__version__ = '1.7.0' +__version__ = '1.7.0-dev' __author__ = 'Damian Johnson' __contact__ = 'atagar@torproject.org' __url__ = 'https://stem.torproject.org/'
tor-commits@lists.torproject.org