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

Commit

Permalink
release 2.0 rc0 (#265)
Browse files Browse the repository at this point in the history
* release 2.0 rc0

* removed release notes
  • Loading branch information
hanneshapke authored Apr 2, 2023
1 parent b3baa1f commit 23621a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Current Release Team:
- Suzen Fylke - @codesue

## Past Releases

### Release 1.3.2

#### Major Features and Improvements
Expand Down
2 changes: 1 addition & 1 deletion model_card_toolkit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# stable release (indicated by `_VERSION_SUFFIX = ''`). Outside the context of a
# release branch, the current version is by default assumed to be a
# 'development' version, labeled 'dev'.
_VERSION_SUFFIX = "dev"
_VERSION_SUFFIX = "rc0"

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

0 comments on commit 23621a8

Please sign in to comment.