Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions model_card_toolkit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"""Defines Model Card Toolkit version information."""

# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = "1"
_MINOR_VERSION = "3"
_PATCH_VERSION = "3"
_MAJOR_VERSION = "2"
_MINOR_VERSION = "0"
_PATCH_VERSION = "0"

# When building releases, we can update this value on the release branch to
# reflect the current release candidate ('rc0', 'rc1') or, finally, the official
Expand Down