Skip to content

Commit

Permalink
Version number bump to 0.2.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
erinxocon committed Sep 23, 2016
1 parent 20bd625 commit d7b00cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='tpfd',
version='0.1.1',
version='0.2.0',
description='Text Parsing Function Dispatcher',
url='https://github.com/erinxocon/tpfd',
author="Erin O'Connell",
Expand All @@ -20,4 +20,5 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: Implementation :: PyPy'),
install_requires=['parse'])
install_requires=['parse'],
data_files=['test/Test1.txt'])

0 comments on commit d7b00cb

Please sign in to comment.