Skip to content

Commit 0e51542

Browse files
authored
Apptools Release 5.0.0 (#264)
1 parent 2e6e9cb commit 0e51542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
MAJOR = 5
2222
MINOR = 0
2323
MICRO = 0
24-
PRERELEASE = "rc1"
25-
IS_RELEASED = False
24+
PRERELEASE = ""
25+
IS_RELEASED = True
2626

2727
# If this file is part of a Git export (for example created with "git archive",
2828
# or downloaded from GitHub), ARCHIVE_COMMIT_HASH gives the full hash of the

0 commit comments

Comments
 (0)