diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-11-10 14:58:37 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-11-10 14:58:37 +0100 |
| commit | 2b92cd319548d44ec82c57ebcde422f3e32b2e3e (patch) | |
| tree | e027aa8935e3618440e6fcd26e6e9f91d63d6271 | |
| parent | 9f637e9440ea4ac4aa640f4b83c8fe4496fb4fa5 (diff) | |
Switch to v0.06
| -rw-r--r-- | esds/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esds/__init__.py b/esds/__init__.py index 25f955a..de818ef 100644 --- a/esds/__init__.py +++ b/esds/__init__.py @@ -1,5 +1,5 @@ __all__ = ["simulator", "node", "plugins", "helpers", "rcode", "debug", "platform"] -__version__ = "0.0.5" +__version__ = "0.0.6" from esds.simulator import Simulator from esds.rcode import RCode |
