commit c29f21cc06a9acdc772070562a14da3e40d26e44 Author: Damian Johnson atagar@torproject.org Date: Sun Jun 1 14:16:45 2014 -0700
Adding '-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 c61b982..5418059 100644 --- a/stem/__init__.py +++ b/stem/__init__.py @@ -421,7 +421,7 @@ Library for working with the tor process. ================= =========== """
-__version__ = '1.2.0' +__version__ = '1.2.0-dev' __author__ = 'Damian Johnson' __contact__ = 'atagar@torproject.org' __url__ = 'https://stem.torproject.org/'
tor-commits@lists.torproject.org