Skip to content

Commit

Permalink
setup: bump afmformats and nanite
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Sep 30, 2019
1 parent 2c9e2f5 commit fcfbf90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.5.3
- setup: bump afmformats from 0.3.0 to 0.4.0
- setup: bump nanite from 1.2.0 to 1.2.2
0.5.2
- ref: bump nanite to 1.2.0
- ref: migrate to afmformats (0.3.0)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
license="GPL v3",
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=["afmformats>=0.3.0",
install_requires=["afmformats>=0.4.0",
"appdirs",
"nanite>=1.2.0",
"nanite>=1.2.2",
"matplotlib",
"pyqt5"],
python_requires='>=3.6, <4',
Expand Down

0 comments on commit fcfbf90

Please sign in to comment.