diff --git a/src/trame_simput/module/__init__.py b/src/trame_simput/module/__init__.py index fabdb7c..470ccce 100644 --- a/src/trame_simput/module/__init__.py +++ b/src/trame_simput/module/__init__.py @@ -7,7 +7,7 @@ serve_path = str(Path(__file__).with_name("serve").resolve()) # Serve directory for JS/CSS files -serve = {"__trame_simput": serve_path} +serve = {f"__trame_simput_{__version__}": serve_path} # List of JS files to load (usually from the serve path above) scripts = []