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

Commit 05474c8

Browse files
authored
Release 2.0 (#266)
1 parent 23621a8 commit 05474c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model_card_toolkit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# stable release (indicated by `_VERSION_SUFFIX = ''`). Outside the context of a
2424
# release branch, the current version is by default assumed to be a
2525
# 'development' version, labeled 'dev'.
26-
_VERSION_SUFFIX = "rc0"
26+
_VERSION_SUFFIX = ""
2727

2828
# This produces version numbers such as, '0.1.0-dev', for example.
2929
__version__ = ".".join([_MAJOR_VERSION, _MINOR_VERSION, _PATCH_VERSION])

0 commit comments

Comments
 (0)