From 473f507239be9e3ef1fa0cd49658851d4a55ba0d Mon Sep 17 00:00:00 2001 From: Matt Jordan Date: Thu, 17 Oct 2024 11:22:28 -0700 Subject: [PATCH] Update version.py Bumped version to 0.5.1 to push updates to pip --- olmo/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olmo/version.py b/olmo/version.py index 5e9d2f933..65e636e94 100644 --- a/olmo/version.py +++ b/olmo/version.py @@ -2,7 +2,7 @@ _MINOR = "5" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "0" +_PATCH = "1" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = ""