Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59a49ee

Browse files
author
Eric Naeseth
committed
Updating the version number and author email address.
1 parent 3192b96 commit 59a49ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
setup(
66
name='Python FP-Growth',
77
description='A pure-python implementation of the FP-growth algorithm.',
8-
version='0.1',
8+
version='0.1.1',
99
author='Eric Naeseth',
10-
author_email='enaeseth@gmail.com',
10+
author_email='eric@naeseth.com',
1111
url='http://github.com/enaeseth/python-fp-growth/',
1212

1313
py_modules=['fp_growth']

0 commit comments

Comments
 (0)