diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-11-10 12:47:20 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-11-10 12:47:20 +0100 |
| commit | 655d1df4d129b9849a6e52dd91af46e86f1ffc17 (patch) | |
| tree | a0bdf2d05742f968d6deb4f821a1c1e2f2315542 /esds/__init__.py | |
| parent | bb65f367fc39615187272422b298bb4a9314588a (diff) | |
Update project
Diffstat (limited to 'esds/__init__.py')
| -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 9801ea5..25f955a 100644 --- a/esds/__init__.py +++ b/esds/__init__.py @@ -1,5 +1,5 @@ __all__ = ["simulator", "node", "plugins", "helpers", "rcode", "debug", "platform"] -__version__ = "0.0.4" +__version__ = "0.0.5" from esds.simulator import Simulator from esds.rcode import RCode |
