Skip to content

Commit 0f7af47

Browse files
committed
Bumped version to 0.9.16
1 parent 54b4065 commit 0f7af47

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

django_node_assets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.15"
1+
__version__ = "0.9.16"

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name="django-node-assets"
7-
version = "0.9.15"
7+
dynamic = ["version"]
88
description = "The Django application that allows to install and serve assets via Node.js package manager infrastructure."
99
readme = "README.rst"
1010
license = { file = "LICENSE.txt" }
@@ -45,6 +45,9 @@ dev = [
4545
[project.urls]
4646
GitHub = "https://github.com/whitespy/django-node-assets"
4747

48+
[tool.setuptools.dynamic]
49+
version = {attr = "django_node_assets.__version__"}
50+
4851
[tool.ruff.lint]
4952
select = [
5053
"A", # flake8-builtins

0 commit comments

Comments
 (0)