Skip to content

Commit

Permalink
Merge pull request #2069 from mabel-dev/0.18.0
Browse files Browse the repository at this point in the history
0.18.0
  • Loading branch information
joocer authored Oct 15, 2024
2 parents f58da7f + bd08928 commit 2ad435a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opteryx/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__build__ = 832
__build__ = 834

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -29,7 +29,7 @@ class VersionStatus(Enum):
_major = 0
_minor = 18
_revision = 0
_status = VersionStatus.ALPHA
_status = VersionStatus.RELEASE

__author__ = "@joocer"
__version__ = f"{_major}.{_minor}.{_revision}" + (
Expand Down

0 comments on commit 2ad435a

Please sign in to comment.