Skip to content

Commit

Permalink
Update copy.py
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
baseplate-admin committed Oct 15, 2024
1 parent df42d0c commit 4ba3a3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions scripts/copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@

for js_file in DIST_DIR.glob("*.js"):
shutil.copy(js_file, TARGET_DIR / js_file.name)

print("DONE")

0 comments on commit 4ba3a3d

Please sign in to comment.