We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbabcd5 commit 8b70e35Copy full SHA for 8b70e35
3 files changed
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# CHANGELOG
2
3
-## v.1.7.0 (2025-10-09)
+## v1.7.1 (2025-10-09)
4
+
5
+### Version fix
6
7
+- Fix an issue in v1.7.0 where the version number was not set up correctly.
8
9
+## v1.7.0 (2025-10-09)
10
11
### Micropython support
12
package.json
@@ -1,5 +1,5 @@
{
- "version": "1.7.0",
+ "version": "1.7.1",
"deps": [],
"urls": [
[
src/setup.py
@@ -16,7 +16,7 @@ def list_packages(source_directory: str = ".") -> List[str]:
16
return packages
17
18
19
-__version__ = "1.7.0"
+__version__ = "1.7.1"
20
requirements = []
21
test_requirements = ["twine", "adafruit-ampy>=1.0.0"]
22
0 commit comments