Skip to content

Commit e1e0b7d

Browse files
committed
build version
1 parent 8f16fb5 commit e1e0b7d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

dev/build_counter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ class VersionStatus(Enum):
2525

2626
__major_version__ = 0
2727
__minor_version__ = 26
28-
__revision_version__ = 1
28+
__revision_version__ = 2
2929
__author__ = "@joocer"
30-
__status__ = VersionStatus.RELEASE
30+
__status__ = VersionStatus.BETA
3131

3232
__build__ = None
3333
with open(f"{LIBRARY_NAME}/__version__.py", mode="r", encoding="utf-8") as v:

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__ = 1738
4+
__build__ = 1739
55
__author__ = "@joocer"
6-
__version__ = "0.26.1"
6+
__version__ = "0.26.2-beta.1739"
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.1"
3+
version = "0.26.2-beta.1739"
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)