Skip to content

Commit d7b00cb

Browse files
committed
Version number bump to 0.2.0!
1 parent 20bd625 commit d7b00cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

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

0 commit comments

Comments
 (0)