Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Overhang.IO committed May 26, 2023
2 parents 61196c3 + fda8baa commit d95737e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tutorcairn/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
__version__ = "15.0.6"

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

if __version_suffix__:
__version__ += "-" + __version_suffix__

0 comments on commit d95737e

Please sign in to comment.