Skip to content

Commit 677e7e8

Browse files
committed
feat: set __version_suffix__ to empty string
1 parent bb174b3 commit 677e7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutor/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# the main branch.
1111
# The suffix is cleanly separated from the __version__ in this module to avoid
1212
# conflicts when merging branches.
13-
__version_suffix__ = "main"
13+
__version_suffix__ = ""
1414

1515
# The app name will be used to define the name of the default tutor root and
1616
# plugin directory. To avoid conflicts between multiple locally-installed

0 commit comments

Comments
 (0)