Skip to content

Commit

Permalink
chore: Update package_info.py
Browse files Browse the repository at this point in the history
Signed-off-by: oliver könig <[email protected]>
  • Loading branch information
ko3n1g authored Jan 7, 2025
1 parent 5a3c047 commit 4f25a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nemo_curator/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
MAJOR = 0
MINOR = 6
PATCH = 0
PRE_RELEASE = "rc2"
DEV = "dev1"
PRE_RELEASE = ""
DEV = ""

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

0 comments on commit 4f25a91

Please sign in to comment.