Skip to content

Commit

Permalink
Version 0.0.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Jan 4, 2017
1 parent b86f8d2 commit c928eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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):
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit c928eeb

Please sign in to comment.