Skip to content

Commit

Permalink
chore: Set version to 0.5.0 (#385)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g authored Nov 7, 2024
1 parent 50948a9 commit 660a3ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nemo_aligner/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@


MAJOR = 0
MINOR = 6
MINOR = 5
PATCH = 0
PRE_RELEASE = "rc0"
PRE_RELEASE = ""

# Use the following formatting: (major, minor, patch, pre-release)
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)
Expand Down

0 comments on commit 660a3ad

Please sign in to comment.