File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 2.0.1
1+ 2.0.2
Original file line number Diff line number Diff line change 22.\" Title: bitmath
33.\" Author: [see the "AUTHOR" section]
44.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5- .\" Date: 05/04 /2026
5+ .\" Date: 05/05 /2026
66.\" Manual: python-bitmath
7- .\" Source: bitmath 2.0.1
7+ .\" Source: bitmath 2.0.2
88.\" Language: English
99.\"
10- .TH "BITMATH" "1" "05/04 /2026" "bitmath 2\& .0\& .1 " "python\- bitmath"
10+ .TH "BITMATH" "1" "05/05 /2026" "bitmath 2\& .0\& .2 " "python\- bitmath"
1111.\" -----------------------------------------------------------------
1212.\" * Define some portability stuff
1313.\" -----------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " bitmath"
7- version = " 2.0.1 "
7+ dynamic = [ " version " ]
88description = " Pythonic module for representing and manipulating file sizes with different prefix notations (file size unit conversion)"
99readme = " README.rst"
1010requires-python = " >=3.9"
@@ -78,6 +78,10 @@ exclude = [
7878[tool .hatch .build .targets .wheel ]
7979packages = [" bitmath" ]
8080
81+ [tool .hatch .version ]
82+ path = " VERSION"
83+ pattern = ' (?P<version>.+)'
84+
8185[tool .hatch .publish .index ]
8286disable = true
8387
You can’t perform that action at this time.
0 commit comments