Skip to content

Commit

Permalink
bump version to 1.2.5 and update upload
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenarchy committed Nov 29, 2018
1 parent 61efca9 commit 6a21511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ default:
@echo "\"make upload\"?"

upload: setup.py
python setup.py sdist upload --sign
python setup.py sdist
twine upload dist/*
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ def read(fname):

setup(name='pseudopy',
packages=['pseudopy'],
version='1.2.4',
version='1.2.5',
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',
install_requires=['matplotlib>=1.2', 'numpy>=1.7',
install_requires=['matplotlib>=2.0', 'numpy>=1.7',
'scipy>=0.12', 'shapely>=1.2'],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 6a21511

Please sign in to comment.