From 2a706f95f30d726a2a31e3a22172e084a5609cb9 Mon Sep 17 00:00:00 2001 From: Mark Nottingham Date: Thu, 29 Sep 2016 14:55:23 +1000 Subject: [PATCH] bump version --- thor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thor/__init__.py b/thor/__init__.py index 1066dfa..900b525 100755 --- a/thor/__init__.py +++ b/thor/__init__.py @@ -32,7 +32,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ -__version__ = "0.3.4" +__version__ = "0.3.5" from thor.loop import run, stop, time, schedule, running from thor.tcp import TcpClient, TcpServer