Skip to content

Commit

Permalink
version number bump
Browse files Browse the repository at this point in the history
  • Loading branch information
erinxocon committed Sep 23, 2016
1 parent 02e1e23 commit 019a52c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 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.2.0',
version='0.2.1',
description='Text Parsing Function Dispatcher',
url='https://github.com/erinxocon/tpfd',
author="Erin O'Connell",
Expand All @@ -18,7 +18,6 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: Implementation :: PyPy'),
install_requires=['parse'],
data_files=['test/Test1.txt'])

0 comments on commit 019a52c

Please sign in to comment.