Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
André Gaul committed Feb 2, 2014
1 parent e92f5e7 commit 7dbcb3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ def read(fname):

setup(name='pseudopy',
packages=['pseudopy'],
version='1.0.0',
version='1.1.0',
description='Compute and visualize pseudospectra of'
+ ' matrices (like eigtool)',
long_description=read('README.md'),
author='André Gaul',
author_email='[email protected]',
url='https://github.com/andrenarchy/pseudopy',
requires=['scipy (>=0.12)', 'matplotlib (>=1.2.1)'],
requires=['matplotlib (>=1.2)', 'numpy (>=1.7)',
'scipy (>=0.12)', 'shapely (>=1.2)'],
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 7dbcb3c

Please sign in to comment.