Skip to content

meringue ¤

__version__ module-attribute ¤

__version__ = '1.2.0'

To update the version, use hatch version

show current version:

$ hatch version
1.0.0a0

update patch and beta version from 1.0.0a0 to 1.0.1b0

$ hatch version patch,beta
Old: 1.0.0a0
New: 1.0.1b0