Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Sep 29, 2016
1 parent ef28406 commit 2a706f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thor/__init__.py
Expand Up @@ -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
Expand Down

0 comments on commit 2a706f9

Please sign in to comment.