Skip to content

Commit

Permalink
Add an up-to-date setup
Browse files Browse the repository at this point in the history
  • Loading branch information
marinkaz committed Mar 30, 2015
1 parent b5c5db4 commit c96ac12
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
Expand Up @@ -27,7 +27,7 @@ def get_data_files(dest, source):

setup(
name = NAME,
version = "1.1",
version = "1.2.1",
author = "Marinka Zitnik",
author_email = "[email protected]",
description = "A Python Library for Nonnegative Matrix Factorization Techniques",
Expand All @@ -39,7 +39,6 @@ def get_data_files(dest, source):
license = "OSI Approved :: GNU General Public License (GPL)",
long_description = read("README.rst"),
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Natural Language :: English",
"Programming Language :: Python",
Expand Down

0 comments on commit c96ac12

Please sign in to comment.