Skip to content

Commit

Permalink
TEST VERSION RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Dec 16, 2023
1 parent 95d6b45 commit 5911a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jukebox/jukebox/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
VERSION_MAJOR = 3
VERSION_MINOR = 999999
VERSION_PATCH = 999999
VERSION_EXTRA = "alpha"
VERSION_EXTRA = ""

__version__ = '%i.%i.%i' % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
__version_info__ = (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
Expand Down

0 comments on commit 5911a5d

Please sign in to comment.