Skip to content

Commit

Permalink
Prepare for v0.5.0 (#223)
Browse files Browse the repository at this point in the history
Signed-off-by: Abolfazl Shahbazi <abolfazl.shahbazi@intel.com>
  • Loading branch information
ashahba authored Jun 21, 2023
1 parent 5b9130d commit a5e23e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion explainer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# SPDX-License-Identifier: Apache-2.0
#

__version__ = "0.4.0"
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion model_card_gen/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# SPDX-License-Identifier: Apache-2.0
#

__version__ = '0.4.0'
__version__ = '0.5.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
universal = 0

[bumpver]
current_version = "0.4.0"
current_version = "0.5.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = True
Expand Down

0 comments on commit a5e23e4

Please sign in to comment.