commit 07553f7b4cb3e21b74b5582f035a2f22477183c4 Author: Damian Johnson atagar@torproject.org Date: Tue Mar 26 09:21:06 2013 -0700
Stem release 1.0.0 --- stem/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/stem/__init__.py b/stem/__init__.py index 935ba00..bd19e2a 100644 --- a/stem/__init__.py +++ b/stem/__init__.py @@ -369,7 +369,7 @@ Library for working with the tor process. =============== =========== """
-__version__ = '0.0.1' +__version__ = '1.0.0' __author__ = 'Damian Johnson' __contact__ = 'atagar@torproject.org' __url__ = 'https://stem.torproject.org/'
tor-commits@lists.torproject.org