diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2024-03-21 11:17:41 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2024-03-21 11:17:41 +0100 |
| commit | 7880df025fad5985d103abd86ec40c9ba8ff77af (patch) | |
| tree | daf0bf6fc2f2305a06ea95302c5e8efee3750e1e /esds/__init__.py | |
| parent | 5c806e06bde29b65debba709dbfd014c7e08dd2c (diff) | |
Update README
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 d6c4c16..975bea7 100644 --- a/esds/__init__.py +++ b/esds/__init__.py @@ -1,5 +1,5 @@ __all__ = ["simulator", "node", "plugins", "helpers", "rcode", "debug", "platform"] -__version__ = "0.0.7" +__version__ = "0.0.8" from esds.simulator import Simulator from esds.rcode import RCode |
