Skip to content

Commit 92ae328

Browse files
author
Poruri Sai Rahul
authored
REL : Release Envisage 6.0.1 (#428)
by simply flipping IS_RELEASED from False to True modified: setup.py
1 parent 3a9d807 commit 92ae328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
MINOR = 0
2323
MICRO = 1
2424
PRERELEASE = ""
25-
IS_RELEASED = False
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)