From 71ac4bf01bb5d6dad8eb77b783a0b06cf4fdeb1e Mon Sep 17 00:00:00 2001 From: SVN-Git Migration Date: Thu, 8 Oct 2015 11:51:47 -0700 Subject: Imported Upstream version 0.2.1+svn154 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 66daf3e..bcfd6d5 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ for dirpath, dirnames, filenames in os.walk(tagging_dir): data_files.append([dirpath, [os.path.join(dirpath, f) for f in filenames]]) # Dynamically calculate the version based on tagging.VERSION -version_tuple = __import__('tagging').VERSION +version_tuple = (0, 3, 'pre') if version_tuple[2] is not None: version = "%d.%d_%s" % version_tuple else: -- cgit v1.2.3