Skip to content

Commit fa1b1c8

Browse files
committed
bump version
1 parent 4c7d116 commit fa1b1c8

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
@@ -3,11 +3,11 @@
33

44
setup(
55
name='sklearn-deltatfidf',
6-
version=0.1,
6+
version=0.2,
77
packages=['sklearn_deltatfidf'],
88
description='DeltaTfidfVectorizer for scikit-learn',
99
url='https://github.com/r-m-n/sklearn-deltatfidf',
10-
download_url='https://github.com/r-m-n/sklearn-deltatfidf/archive/0.1.tar.gz',
10+
download_url='https://github.com/r-m-n/sklearn-deltatfidf/archive/0.2.tar.gz',
1111
keywords=['sklearn', 'scikit-learn', 'tfidf', 'deltatfidf', 'delta tfidf'],
1212
license='MIT',
1313
install_requires=[

0 commit comments

Comments
 (0)