Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Sommerhalder committed Feb 19, 2024
1 parent a8c4d35 commit b9e9c00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True

Expand Down
2 changes: 2 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
History
=======
0.2.0 (19.02.2024)
------------------
0.1.0 (18.06.2023)
------------------

Expand Down
2 changes: 1 addition & 1 deletion src/xsdata_ech/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.2.0'

0 comments on commit b9e9c00

Please sign in to comment.