Skip to content

Commit fcfbf90

Browse files
committed
setup: bump afmformats and nanite
1 parent 2c9e2f5 commit fcfbf90

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
14
0.5.2
25
- ref: bump nanite to 1.2.0
36
- ref: migrate to afmformats (0.3.0)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
license="GPL v3",
2525
description=description,
2626
long_description=open('README.rst').read() if exists('README.rst') else '',
27-
install_requires=["afmformats>=0.3.0",
27+
install_requires=["afmformats>=0.4.0",
2828
"appdirs",
29-
"nanite>=1.2.0",
29+
"nanite>=1.2.2",
3030
"matplotlib",
3131
"pyqt5"],
3232
python_requires='>=3.6, <4',

0 commit comments

Comments
 (0)