diff --git a/array.py b/array.py index 6658969..f176da4 100644 --- a/array.py +++ b/array.py @@ -8,7 +8,7 @@ __author__ = rst.__author__ __copyright__ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver # TODO Is making array inherit mutable array a good idea, there are many exceptions! diff --git a/bluetooth.py b/bluetooth.py index 81f28dc..40bb99e 100644 --- a/bluetooth.py +++ b/bluetooth.py @@ -9,7 +9,7 @@ __author__ = rst.__author__ __copyright__ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver def bluetooth(shed: RST2PyI) -> None: diff --git a/btree.py b/btree.py index fe67540..2b3b31a 100644 --- a/btree.py +++ b/btree.py @@ -9,7 +9,7 @@ __author__ = rst.__author__ __copyright__ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver def btree(shed: RST2PyI) -> None: diff --git a/class_.py b/class_.py index 8b585b0..2ebad2b 100644 --- a/class_.py +++ b/class_.py @@ -16,7 +16,7 @@ __author__ = rst.__author__ __copyright_ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver @dataclass diff --git a/cmath_.py b/cmath_.py index 189bad6..1beb047 100644 --- a/cmath_.py +++ b/cmath_.py @@ -8,7 +8,7 @@ __author__ = rst.__author__ __copyright__ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver def cmath(shed: RST2PyI) -> None: diff --git a/cryptolib.py b/cryptolib.py index 3076513..95c6573 100644 --- a/cryptolib.py +++ b/cryptolib.py @@ -9,7 +9,7 @@ __author__ = rst.__author__ __copyright__ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver def cryptolib(shed: RST2PyI) -> None: diff --git a/framebuf.py b/framebuf.py index 9800a8f..14462f3 100644 --- a/framebuf.py +++ b/framebuf.py @@ -9,7 +9,7 @@ __author__ = rst.__author__ __copyright__ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver def framebuf(shed: RST2PyI) -> None: diff --git a/gc_.py b/gc_.py index bdc1d7d..b762c2a 100644 --- a/gc_.py +++ b/gc_.py @@ -8,7 +8,7 @@ __author__ = rst.__author__ __copyright__ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver def gc(shed: RST2PyI) -> None: diff --git a/lcd160cr.py b/lcd160cr.py index 9b6827b..575f170 100644 --- a/lcd160cr.py +++ b/lcd160cr.py @@ -9,7 +9,7 @@ __author__ = rst.__author__ __copyright__ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver def lcd160cr(shed: RST2PyI) -> None: diff --git a/machine.py b/machine.py index 83c5d02..eb68e6e 100644 --- a/machine.py +++ b/machine.py @@ -9,7 +9,7 @@ __author__ = rst.__author__ __copyright__ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver def machine(shed: RST2PyI) -> None: diff --git a/main.py b/main.py index 08b01d6..bd670ca 100644 --- a/main.py +++ b/main.py @@ -27,7 +27,7 @@ __author__ = rst.__author__ __copyright_ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver # TODO Add subdirectory destinations micropython, pyboard, and stdlib diff --git a/math_.py b/math_.py index be8aa18..21b971d 100644 --- a/math_.py +++ b/math_.py @@ -8,7 +8,7 @@ __author__ = rst.__author__ __copyright__ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver def math(shed: RST2PyI) -> None: diff --git a/micropython.py b/micropython.py index 543db87..371fec7 100644 --- a/micropython.py +++ b/micropython.py @@ -8,7 +8,7 @@ __author__ = rst.__author__ __copyright__ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver def micropython(shed: RST2PyI) -> None: diff --git a/network.py b/network.py index ae2594c..a7644b0 100644 --- a/network.py +++ b/network.py @@ -8,7 +8,7 @@ __author__ = rst.__author__ __copyright__ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver def network(shed: RST2PyI) -> None: diff --git a/pyb.py b/pyb.py index c64f151..c7950f5 100644 --- a/pyb.py +++ b/pyb.py @@ -13,7 +13,7 @@ __author__ = rst.__author__ __copyright__ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver def pyb(shed: RST2PyI) -> None: diff --git a/pyi.py b/pyi.py index a02ceba..922ecd2 100644 --- a/pyi.py +++ b/pyi.py @@ -11,7 +11,7 @@ __author__ = rst.__author__ __copyright_ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver @dataclass diff --git a/repdefs.py b/repdefs.py index 5723529..84113d2 100644 --- a/repdefs.py +++ b/repdefs.py @@ -8,7 +8,7 @@ __author__ = rst.__author__ __copyright_ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver AbstractBlockDev = ''' @runtime_checkable diff --git a/rst.py b/rst.py index 3dd8a77..54ca5ef 100644 --- a/rst.py +++ b/rst.py @@ -5,7 +5,7 @@ __author__ = "Howard C Lovatt" __copyright__ = "Howard C Lovatt, 2020 onwards." __license__ = "MIT https://opensource.org/licenses/MIT (as used by MicroPython)." -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver @dataclass(frozen=True) diff --git a/rst2pyi.py b/rst2pyi.py index 27ba1a4..9460eef 100644 --- a/rst2pyi.py +++ b/rst2pyi.py @@ -13,7 +13,7 @@ __author__ = rst.__author__ __copyright__ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver @dataclass @@ -146,7 +146,7 @@ def module( __author__ = "{rst.__author__}" __copyright__ = "{rst.__copyright__}" __license__ = "{rst.__license__}" -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver {post_doc} diff --git a/uasyncio.py b/uasyncio.py index cf6eb86..c071f1e 100644 --- a/uasyncio.py +++ b/uasyncio.py @@ -8,7 +8,7 @@ __author__ = rst.__author__ __copyright__ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver def uasyncio(shed: RST2PyI) -> None: diff --git a/uctypes.py b/uctypes.py index e1bb3f5..8220bab 100644 --- a/uctypes.py +++ b/uctypes.py @@ -9,7 +9,7 @@ __author__ = rst.__author__ __copyright__ = rst.__copyright__ __license__ = rst.__license__ -__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver +__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver def uctypes(shed: RST2PyI) -> None: