details: https://code.tryton.org/hatch-tryton/commit/ca5af7a26f43 branch: default user: Cédric Krier <[email protected]> date: Thu Mar 19 09:06:30 2026 +0100 description: Increase version number diffstat:
hatch_tryton/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (9 lines): diff -r cbc7a62e6aa2 -r ca5af7a26f43 hatch_tryton/__init__.py --- a/hatch_tryton/__init__.py Thu Mar 19 09:01:25 2026 +0100 +++ b/hatch_tryton/__init__.py Thu Mar 19 09:06:30 2026 +0100 @@ -1,4 +1,4 @@ # This file is part of hatch-tryton. The COPYRIGHT file at the top level of # this repository contains the full copyright notices and license terms. -__version__ = '0.1.0' +__version__ = '0.1.1'
