Skip to content

Commit

Permalink
Merge pull request #2005 from mabel-dev/0.17.2-798
Browse files Browse the repository at this point in the history
0.17.2-a784
  • Loading branch information
joocer authored Sep 12, 2024
2 parents 4c3ae34 + fc98c0a commit a3f0ec4
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__ = 784
__build__ = 785

# 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 = 17
_revision = 2
_status = VersionStatus.RELEASE
_status = VersionStatus.ALPHA

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

0 comments on commit a3f0ec4

Please sign in to comment.