Skip to content

Commit c4ff55e

Browse files
committed
Release v0.2.0
1 parent 90da50c commit c4ff55e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

pyproject.toml

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

55
[project]
66
name = "php-version-compare"
7-
version = "0.1.0"
7+
dynamic = ["version"]
88
description = "Add your description here"
99
readme = "README.md"
1010
requires-python = ">=3.6"
@@ -39,6 +39,9 @@ Repository = "https://github.com/marcfrederick/php-version-compare"
3939
Issues = "https://github.com/marcfrederick/php-version-compare/issues"
4040
Changelog = "https://github.com/marcfrederick/php-version-compare/releases"
4141

42+
[tool.hatch.version]
43+
path = "src/php_version_compare/__init__.py"
44+
4245
[tool.hatch.build.targets.sdist]
4346
exclude = ["tox.ini", "tests"]
4447

src/php_version_compare/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
version_compare as version_compare,
44
Operator as Operator,
55
)
6+
7+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)