Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgreenhall committed Nov 21, 2011
1 parent 084bb6d commit 707efde
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -16,16 +16,15 @@
from setuptools import setup, find_packages
setup(
name = "minpower",
version = "1.2",
download_url = "https://github.com/adamgreenhall/minpower/zipball/v1.2",
version = "2.0",
download_url = "https://github.com/adamgreenhall/minpower/zipball/v2.0",

scripts= [
'scripts/minpower',
'scripts/remote-minpower',
],
install_requires=[
'Coopr>=3.0.4362',
#'PuLP>=1.4.8',
'matplotlib>=1.0.1',
'networkx>=1.5',
'scipy>=0.9',
Expand Down

0 comments on commit 707efde

Please sign in to comment.