
14 Oct
2013
14 Oct
'13
1:15 a.m.
commit 2ef492467d13a121a76ac8ebfdc2dfbaa4b20e1d Author: Damian Johnson <atagar@torproject.org> Date: Sun Oct 13 18:15:41 2013 -0700 Stem release 1.1.0 --- stem/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stem/__init__.py b/stem/__init__.py index 5b9a975..5abe6a7 100644 --- a/stem/__init__.py +++ b/stem/__init__.py @@ -368,7 +368,7 @@ Library for working with the tor process. =============== =========== """ -__version__ = '1.0.1-dev' +__version__ = '1.1.0' __author__ = 'Damian Johnson' __contact__ = 'atagar@torproject.org' __url__ = 'https://stem.torproject.org/'