Skip to content

Commit e3e81f6

Browse files
Bump version to 1.7.4
Also reduces the number of versions present in the code to one! The one benefit of pyproject.toml!
1 parent 45ca327 commit e3e81f6

3 files changed

Lines changed: 5 additions & 16 deletions

File tree

.bumpversion.cfg

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.7.3'
1+
__version__ = '1.7.4'

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 = "docassemble.EFSPIntegration"
7-
version = "1.7.3"
7+
dynamic = ["version"]
88
readme = "README.md"
99
requires-python=">=3.10,>=3.12.3,<3.13"
1010
dependencies = [
@@ -24,6 +24,9 @@ GitHub = "https://github.com/SuffolkLITLab/docassemble-EFSPIntegration"
2424
[tool.setuptools.packages.find]
2525
where = ["."]
2626

27+
[tool.setuptools.dynamic]
28+
version = {attr = "docassemble.EFSPIntegration.__version__"}
29+
2730
[dependency-groups]
2831
dev = [
2932
"docassemble.base==1.9.2",

0 commit comments

Comments
 (0)