[tor-commits] [stem/master] Adding '-dev' version suffix
atagar at torproject.org
atagar at torproject.org
Sun Jun 1 21:17:28 UTC 2014
commit c29f21cc06a9acdc772070562a14da3e40d26e44
Author: Damian Johnson <atagar at 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 at torproject.org'
__url__ = 'https://stem.torproject.org/'
More information about the tor-commits
mailing list