From 73ccfd7265b0e5151c2308c5b1c1af452c7a17c8 Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Wed, 4 Jan 2017 13:33:49 -0500 Subject: [PATCH] Version 0.0.14 release (#34) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0e2c6a4..c3b7351 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages from setuptools.command.test import test as TestCommand -version = '0.0.13' +__version__ = '0.0.14' class PyTest(TestCommand): @@ -33,7 +33,7 @@ def readme(): setup( name='vladiate', - version=version, + version=__version__, description="Vladiate is a strict validation tool for CSV files", classifiers=[ "Development Status :: 4 - Beta",