Skip to content

Commit 88d8a0e

Browse files
committed
setup fix
1 parent 76ea106 commit 88d8a0e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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__ = 1651
4+
__build__ = 1652
55
__author__ = "@joocer"
6-
__version__ = "0.26.0-beta.1651"
6+
__version__ = "0.26.0-beta.1652"
77

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

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.1651"
3+
version = "0.26.0-beta.1652"
44
description = "Query your data, where it lives"
55
requires-python = '>=3.11'
66
readme = {file = "README.md", content-type = "text/markdown"}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import os
1212
import platform
1313
import sys
14-
from distutils.sysconfig import get_config_var
14+
from sysconfig import get_config_var
1515
from typing import Any
1616
from typing import Dict
1717

0 commit comments

Comments
 (0)