From 4ba3a3d0df8294f37f55e1972d5e39ec93ef01bd Mon Sep 17 00:00:00 2001 From: baseplate-admin <61817579+baseplate-admin@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:31:30 +0600 Subject: [PATCH] Update copy.py Update pyproject.toml --- pyproject.toml | 2 +- scripts/copy.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55e6a99..a482845 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-hstore-widget" -version = "0.0.5" +version = "0.0.6" description = "Human friendly HStoreWidget. Continual of django-admin-hstore-widget." authors = [ "Alexandre Dufour ", diff --git a/scripts/copy.py b/scripts/copy.py index 88a496e..e307f06 100644 --- a/scripts/copy.py +++ b/scripts/copy.py @@ -20,3 +20,5 @@ for js_file in DIST_DIR.glob("*.js"): shutil.copy(js_file, TARGET_DIR / js_file.name) + +print("DONE")