Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit a5ff5df

Browse files
authored
Bump version to 3.0.0-dev (#272)
1 parent 23229d5 commit a5ff5df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

model_card_toolkit/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"""Defines Model Card Toolkit version information."""
1515

1616
# We follow Semantic Versioning (https://semver.org/)
17-
_MAJOR_VERSION = "2"
18-
_MINOR_VERSION = "1"
17+
_MAJOR_VERSION = "3"
18+
_MINOR_VERSION = "0"
1919
_PATCH_VERSION = "0"
2020

2121
# When building releases, we can update this value on the release branch to

0 commit comments

Comments
 (0)