Skip to content

Commit

Permalink
fix: nightly version suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
arbrandes committed Jun 28, 2023
1 parent 9a9ae9d commit ae0c50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutormfe/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


# Handle version suffix for nightly, just like tutor core.
__version_suffix__ = ""
__version_suffix__ = "nightly"

if __version_suffix__:
__version__ += "-" + __version_suffix__

0 comments on commit ae0c50a

Please sign in to comment.