diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 32127f0..08cfef0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.2.0 commit = True tag = True diff --git a/HISTORY.md b/HISTORY.md index b1f0194..9c9e140 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,7 @@ History ======= +0.2.0 (19.02.2024) +------------------ 0.1.0 (18.06.2023) ------------------ diff --git a/src/xsdata_ech/__init__.py b/src/xsdata_ech/__init__.py index b794fd4..7fd229a 100644 --- a/src/xsdata_ech/__init__.py +++ b/src/xsdata_ech/__init__.py @@ -1 +1 @@ -__version__ = '0.1.0' +__version__ = '0.2.0'