diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-06-29 10:16:16 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-06-29 10:16:16 +0200 |
| commit | c1ac340350da708232550725acacb52508afb604 (patch) | |
| tree | f53fdb045a632b2e5f36c6b50a5065841f5dec9a /esds | |
| parent | e082a7b51983b4a277243f9bb02d3b5126b4b74a (diff) | |
Improve package specification
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 6651316..5242d09 100644 --- a/esds/__init__.py +++ b/esds/__init__.py @@ -1,5 +1,5 @@ __all__ = ["simulator", "node", "plugins", "helpers", "rcode", "debug", "platform"] -__version__ = "0.0.1" +__version__ = "0.0.3" from esds.simulator import Simulator from esds.rcode import RCode |
