Skip to content

Commit 4fa84fd

Browse files
Merge pull request #2624 from MiczFlor/future3/develop
fix: release version 3.6.0
2 parents ab1b527 + d97312e commit 4fa84fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jukebox/jukebox/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VERSION_MAJOR = 3
33
VERSION_MINOR = 6
44
VERSION_PATCH = 0
5-
VERSION_EXTRA = "alpha"
5+
VERSION_EXTRA = ""
66

77
# build a version string in compliance with the SemVer specification
88
# https://semver.org/#semantic-versioning-specification-semver

0 commit comments

Comments
 (0)