Skip to content

Commit c96ac12

Browse files
committed
Add an up-to-date setup
1 parent b5c5db4 commit c96ac12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def get_data_files(dest, source):
2727

2828
setup(
2929
name = NAME,
30-
version = "1.1",
30+
version = "1.2.1",
3131
author = "Marinka Zitnik",
3232
author_email = "[email protected]",
3333
description = "A Python Library for Nonnegative Matrix Factorization Techniques",
@@ -39,7 +39,6 @@ def get_data_files(dest, source):
3939
license = "OSI Approved :: GNU General Public License (GPL)",
4040
long_description = read("README.rst"),
4141
classifiers = [
42-
"Development Status :: 3 - Alpha",
4342
"License :: OSI Approved :: GNU General Public License (GPL)",
4443
"Natural Language :: English",
4544
"Programming Language :: Python",

0 commit comments

Comments
 (0)