From 5dfb64d333f7a12c9a7dff6ccaa76813fffda756 Mon Sep 17 00:00:00 2001 From: Josh Brandoff Date: Fri, 13 Feb 2015 22:40:45 -0500 Subject: [PATCH] Bump version. --- storjtorrent/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storjtorrent/version.py b/storjtorrent/version.py index 24fcb26..f2dc4b5 100644 --- a/storjtorrent/version.py +++ b/storjtorrent/version.py @@ -3,7 +3,7 @@ # The MIT License (MIT) # -# Copyright (c) 2014 Josh Brandoff +# Copyright (c) 2014-2015 Josh Brandoff # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -23,4 +23,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -__version__ = '0.1.1' +__version__ = '0.1.2'