File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class VersionStatus(Enum):
2626
2727__major_version__ = 0
2828__minor_version__ = 5
29- __revision_version__ = 5
29+ __revision_version__ = 6
3030__author__ = "@joocer"
3131__status__ = VersionStatus .RELEASE
3232
Original file line number Diff line number Diff line change 11# THIS FILE IS AUTOMATICALLY UPDATED DURING THE BUILD PROCESS
22# DO NOT EDIT THIS FILE DIRECTLY
33
4- __build__ = 133
4+ __build__ = 134
55__author__ = "@joocer"
6- __version__ = "0.5.5 "
6+ __version__ = "0.5.6 "
77__lib__ = "opteryx-core"
8- __build_date__ = "2026-01-02T19:46:20.904122 +00:00Z"
8+ __build_date__ = "2026-01-02T19:48:06.606050 +00:00Z"
99
1010# Store the version here so:
1111# 1) we don't load dependencies by storing it in __init__.py
Original file line number Diff line number Diff line change 11[project ]
22name = " opteryx_core"
3- version = " 0.5.5 "
3+ version = " 0.5.6 "
44description = " Opteryx Query Engine"
55requires-python = ' >=3.13'
66readme = {file = " README.md" , content-type = " text/markdown" }
You can’t perform that action at this time.
0 commit comments