diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-10-30 11:50:37 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-10-30 11:50:37 +0100 |
| commit | bb65f367fc39615187272422b298bb4a9314588a (patch) | |
| tree | 5095d59a5f471a0f9411f074c5d08c53f0f5f4a6 /esds | |
| parent | b2dfe627589fa29eaea1f4a7d390aded4462b78b (diff) | |
Update ESDS pypi version
Diffstat (limited to 'esds')
| -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 5242d09..9801ea5 100644 --- a/esds/__init__.py +++ b/esds/__init__.py @@ -1,5 +1,5 @@ __all__ = ["simulator", "node", "plugins", "helpers", "rcode", "debug", "platform"] -__version__ = "0.0.3" +__version__ = "0.0.4" from esds.simulator import Simulator from esds.rcode import RCode |
