Skip to content

Commit 35a5329

Browse files
committed
New version
1 parent 0a6b2fe commit 35a5329

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 = "1"
2+
_MINOR = "2"
33
# On main and in a nightly release the patch should be one ahead of the last
44
# released build.
5-
_PATCH = "76"
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)