Skip to content

Commit

Permalink
chore: dynamic version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed May 25, 2023
1 parent 6cb4b23 commit db30b88
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Expand Up @@ -4,7 +4,6 @@ build-backend = "setuptools.build_meta"

[project]
name = "popmon"
version = "1.4.0"
description = "Monitor the stability of a pandas or spark dataset"
keywords = [
"pandas",
Expand Down Expand Up @@ -41,6 +40,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dynamic = ["version"]

[project.optional-dependencies]
test = [
Expand Down Expand Up @@ -183,6 +183,8 @@ markers = ["spark"]

[tool.semantic_release]
version_variable = [
"pyproject.toml:__version__",
"popmon/version.py:version",
]

[tool.setuptools.dynamic]
version = {attr = "popmon.__version__"}

0 comments on commit db30b88

Please sign in to comment.