Skip to content

Commit

Permalink
Fix version namming
Browse files Browse the repository at this point in the history
  • Loading branch information
llaumgui committed Sep 23, 2020
1 parent 531624d commit d3f1f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seedboxsync/core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from cement.utils.version import get_version as cement_get_version

VERSION = (3, 0, 0)
VERSION = (3, 0, 0, 'final', 0)


def get_version(version=VERSION):
Expand Down

0 comments on commit d3f1f2f

Please sign in to comment.