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

Commit 23621a8

Browse files
authored
release 2.0 rc0 (#265)
* release 2.0 rc0 * removed release notes
1 parent b3baa1f commit 23621a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Current Release Team:
3434
- Suzen Fylke - @codesue
3535

3636
## Past Releases
37+
3738
### Release 1.3.2
3839

3940
#### Major Features and Improvements

model_card_toolkit/version.py

+1-1
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 = "dev"
26+
_VERSION_SUFFIX = "rc0"
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)