Skip to content

Commit

Permalink
🪲TypeError: expected string or bytes-like object, got 'ArgumentInfo' #…
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Nov 11, 2024
1 parent 0c04c02 commit 7ac19dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opteryx/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class VersionStatus(Enum):
_major = 0
_minor = 18
_revision = 2
_status = VersionStatus.RELEASE
_status = VersionStatus.BETA

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

0 comments on commit 7ac19dc

Please sign in to comment.