Skip to content

Commit ad5ca62

Browse files
authored
Merge pull request #274 from Patater/update-pyocd-0.32.0
Update pyOCD to v0.32.0
2 parents dc17ba8 + f748e22 commit ad5ca62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ def read(fname):
8484
install_requires=requirements,
8585
tests_require=test_requirements,
8686
extras_require={
87-
"pyocd": ["pyocd>=0.31.0"]
87+
"pyocd": ["pyocd>=0.32.0"]
8888
},
8989
)

0 commit comments

Comments
 (0)