From d1dc0e80acc99340c5be98ef7e27627ed1314a1a Mon Sep 17 00:00:00 2001 From: chantra Date: Wed, 27 May 2015 11:04:01 -0700 Subject: [PATCH] Bump version to 0.3.4 and update setup.url Fix #3 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b25cc6b..025c8e6 100644 --- a/setup.py +++ b/setup.py @@ -8,8 +8,8 @@ def read(fname): setup( name = "tai64n", - version = "0.3.3", - url = 'http://bitbucket.org/hinnerk/py-tai64n/', + version = "0.3.4", + url = 'https://github.com/hinnerk/py-tai64/', license = 'BSD', description = "Converts TAI64(n) string to datetime.datetime (UTC) object.", long_description = read('README.md'),