Skip to content

Commit 2bad31b

Browse files
committed
bump version
1 parent 74b7dcf commit 2bad31b

19 files changed

+18
-18
lines changed

mip/full.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
]
1919
],
2020
"deps": [],
21-
"version": "1.17.3"
21+
"version": "1.17.4"
2222
}

mip/minified.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
]
1919
],
2020
"deps": [],
21-
"version": "1.17.3"
21+
"version": "1.17.4"
2222
}

mip/mpy_v5.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
]
1919
],
2020
"deps": [],
21-
"version": "1.17.3"
21+
"version": "1.17.4"
2222
}

mip/mpy_v6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
]
1919
],
2020
"deps": [],
21-
"version": "1.17.3"
21+
"version": "1.17.4"
2222
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
]
1919
],
2020
"deps": [],
21-
"version": "1.17.3"
21+
"version": "1.17.4"
2222
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repo-path = "./repos"
88

99
[tool.poetry]
1010
name = "micropython-stubber"
11-
version = "1.17.3"
11+
version = "1.17.4"
1212
description = "Tooling to create and maintain stubs for MicroPython"
1313
authors = ["Jos Verlinde <[email protected]>"]
1414
license = "MIT"

repos/micropython

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit def6ad474264a677d22f62c741ef422321a4a41a
1+
Subproject commit 9feb0689eeaca5ce88aedcc680f997a3b4d0221c

repos/micropython-lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 8058b2935bad15f930a45a5f5f640c8da8aaf1f2
1+
Subproject commit f20d89c6aad9443a696561ca2a01f7ef0c8fb302

repos/micropython-stubs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 0a2cd31c76723fdeb833e8c2a6889bf316e30f91
1+
Subproject commit 9d9a1227f1ec0a9c30450bdee1fd18824fcb6107

src/stubber/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""get the version"""
22

33

4-
__version__ = "1.17.3"
4+
__version__ = "1.17.4"

0 commit comments

Comments
 (0)