Skip to content

Commit

Permalink
Limit version of mpremote to 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHmZz committed Oct 29, 2023
1 parent 85b2d2b commit 2f3c19a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mpbridge/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.5"
__version__ = "1.3.6"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mpbridge"
version = "1.3.5"
version = "1.3.6"
description = "File System Bridge to facilitate working with files on Micropython devices"
license = { file = "LICENSE" }
keywords = [
Expand All @@ -22,7 +22,7 @@ requires-python = ">=3.7"
dependencies = [
"watchdog>=2.2.0",
"colorama>=0.4.0",
"mpremote>=0.4.0",
"mpremote>=0.4.0, <=1.20.0",
"click"
]
classifiers = [
Expand Down

0 comments on commit 2f3c19a

Please sign in to comment.