Skip to content

Commit

Permalink
Merge pull request #1679 from mabel-dev/0.15.0.1
Browse files Browse the repository at this point in the history
0.15.0.1
  • Loading branch information
joocer authored May 26, 2024
2 parents 83605cb + 431c81c commit d97b531
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__ = 518
__build__ = 519

# 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 = 15
_revision = 0
_status = VersionStatus.BETA
_status = VersionStatus.RELEASE

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

0 comments on commit d97b531

Please sign in to comment.