From 3f7f77fc3db0b48922afe18f45780d721ded3cab Mon Sep 17 00:00:00 2001 From: "Brian J. Miller" Date: Mon, 28 Jul 2014 10:24:38 -0500 Subject: [PATCH] Bump to 0.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f96f7f4..13b6057 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ 'tincan/conversions', 'tincan/documents', ], - version='0.0.2', + version='0.0.3', description='A Python library for implementing Tin Can API.', author='Rustici Software', author_email='mailto:support+tincanpython@tincanapi.com',