We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9e2f5 commit fcfbf90Copy full SHA for fcfbf90
CHANGELOG
@@ -1,3 +1,6 @@
1
+0.5.3
2
+ - setup: bump afmformats from 0.3.0 to 0.4.0
3
+ - setup: bump nanite from 1.2.0 to 1.2.2
4
0.5.2
5
- ref: bump nanite to 1.2.0
6
- ref: migrate to afmformats (0.3.0)
setup.py
@@ -24,9 +24,9 @@
24
license="GPL v3",
25
description=description,
26
long_description=open('README.rst').read() if exists('README.rst') else '',
27
- install_requires=["afmformats>=0.3.0",
+ install_requires=["afmformats>=0.4.0",
28
"appdirs",
29
- "nanite>=1.2.0",
+ "nanite>=1.2.2",
30
"matplotlib",
31
"pyqt5"],
32
python_requires='>=3.6, <4',
0 commit comments