Skip to content

Commit a2bca50

Browse files
committed
remove proto uioring
1 parent 590d6e4 commit a2bca50

File tree

10 files changed

+167
-3741
lines changed

10 files changed

+167
-3741
lines changed

opteryx/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# THIS FILE IS AUTOMATICALLY UPDATED DURING THE BUILD PROCESS
22
# DO NOT EDIT THIS FILE DIRECTLY
33

4-
__build__ = 1702
4+
__build__ = 1703
55
__author__ = "@joocer"
6-
__version__ = "0.26.0-beta.1702"
6+
__version__ = "0.26.0-beta.1703"
77

88
# Store the version here so:
99
# 1) we don't load dependencies by storing it in __init__.py

opteryx/compiled/io/iouring.pxd

Lines changed: 0 additions & 70 deletions
This file was deleted.

opteryx/compiled/io/iouring.pyx

Lines changed: 0 additions & 156 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "opteryx"
3-
version = "0.26.0-beta.1702"
3+
version = "0.26.0-beta.1703"
44
description = "Query your data, where it lives"
55
requires-python = '>=3.11'
66
readme = {file = "README.md", content-type = "text/markdown"}

0 commit comments

Comments
 (0)