Update to 0.1.15

pull/23/head
Richard Harding 11 years ago
parent 1fc153d850
commit ca8bee0a7b

@ -3,7 +3,7 @@ import sys
from os.path import abspath, dirname, join
from setuptools import setup, find_packages
VERSION = "0.1.14"
VERSION = "0.1.15"
VERSION_SUFFIX = "%d.%d" % sys.version_info[:2]
CURRENT_DIRECTORY = abspath(dirname(__file__))

Loading…
Cancel
Save