Skip to content

Commit

Permalink
/* PR_START p--release-setup 08 */ Use __about__.py to define `metr…
Browse files Browse the repository at this point in the history
…icflow-semantics` version.
  • Loading branch information
plypaul committed Jan 28, 2025
1 parent cdd82dc commit 95623a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions metricflow-semantics/metricflow_semantics/__about__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from __future__ import annotations

__version__ = "0.3.0.dev0"
6 changes: 4 additions & 2 deletions metricflow-semantics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ build-backend = "hatchling.build"

[project]
name = "metricflow-semantics"
version = "0.3.0.dev0"
description = "Modules for semantic understanding of a MetricFlow query."
readme = "README.md"
requires-python = ">=3.9,<3.13"
Expand All @@ -25,7 +24,10 @@ classifiers = [
]

# Dependencies are specified through the `hatch-requirements-txt` plug-in.
dynamic = ["dependencies"]
dynamic = ["dependencies", "version"]

[tool.hatch.version]
path = "metricflwo_semantics/__about__.py"

[tool.hatch.metadata.hooks.requirements_txt]
files = [
Expand Down

0 comments on commit 95623a0

Please sign in to comment.