From 2e432dfa619c452e867308ea7f608599e2a869b4 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 7 Jul 2013 23:53:00 +0200 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92c4a4d..ad099e9 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='pytahoe', - version='1.0.2', + version='1.0.3', description='Python module for working with the Tahoe-LAFS filesystem.', long_description=''' This module allows for easy interaction with a Tahoe-LAFS grid, via the WebAPI.