1 parent 54b4065 commit 0f7af47Copy full SHA for 0f7af47
2 files changed
django_node_assets/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.9.15"
+__version__ = "0.9.16"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name="django-node-assets"
7
-version = "0.9.15"
+dynamic = ["version"]
8
description = "The Django application that allows to install and serve assets via Node.js package manager infrastructure."
9
readme = "README.rst"
10
license = { file = "LICENSE.txt" }
@@ -45,6 +45,9 @@ dev = [
45
[project.urls]
46
GitHub = "https://github.com/whitespy/django-node-assets"
47
48
+[tool.setuptools.dynamic]
49
+version = {attr = "django_node_assets.__version__"}
50
+
51
[tool.ruff.lint]
52
select = [
53
"A", # flake8-builtins
0 commit comments