Skip to content

Commit

Permalink
Merge pull request #1634 from mabel-dev/joocer-patch-1
Browse files Browse the repository at this point in the history
Update __version__.py
  • Loading branch information
joocer authored May 5, 2024
2 parents 125b8d0 + 94657e5 commit 444e679
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opteryx/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__build__ = 471
__build__ = 472

# 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 @@ -27,8 +27,8 @@ class VersionStatus(Enum):


_major = 0
_minor = 14
_revision = 2
_minor = 15
_revision = 0
_status = VersionStatus.BETA

__author__ = "@joocer"
Expand Down

0 comments on commit 444e679

Please sign in to comment.