File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4949 - name : Bump version for developmental release
5050 if : " ! steps.check-version.outputs.tag"
5151 run : |
52- version=$(hatch version) &&
53- hatch version $version.dev.$(date +%s)
52+ hatch version b
5453
5554 - name : Install UV
5655 uses : astral-sh/setup-uv@v5
Original file line number Diff line number Diff line change 11[project ]
22name = " human-readable"
3- version = " 1.4.1 "
3+ dynamic = [ " version " ]
44description = " Human Readable"
55authors = [
66 {
name =
" staticdev" ,
email =
" [email protected] " }
@@ -18,6 +18,9 @@ classifiers = [
1818requires-python = " >=3.9"
1919dependencies = []
2020
21+ [tool .hatch .version ]
22+ path = " src/human_readable/__about__.py"
23+
2124[dependency-groups ]
2225dev = [
2326 " nox>=2024.10.9" ,
Original file line number Diff line number Diff line change 1+ __version__ = "1.4.1"
You can’t perform that action at this time.
0 commit comments