diff --git a/pyproject.toml b/pyproject.toml index 55e6a99e..a4828450 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 88a496e0..e307f06a 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")