From 7880df025fad5985d103abd86ec40c9ba8ff77af Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 21 Mar 2024 11:17:41 +0100 Subject: Update README --- esds/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'esds/__init__.py') 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 -- cgit v1.2.3