Skip to content

Commit 3e5351c

Browse files
committed
version bump
1 parent 894c617 commit 3e5351c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

olmocr/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
_MAJOR = "0"
2-
_MINOR = "2"
2+
_MINOR = "3"
33
# On main and in a nightly release the patch should be one ahead of the last
44
# released build.
5-
_PATCH = "3"
5+
_PATCH = "0"
66
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
77
# https://semver.org/#is-v123-a-semantic-version for the semantics.
88
_SUFFIX = ""

0 commit comments

Comments
 (0)