Skip to content

Commit 3066a38

Browse files
author
Poruri Sai Rahul
authored
REL : Release version 6.0.0 of envisage (#413)
update the version information accordingly and flip the IS_RELEASED flag. once this commit is merged into the 6.0 maintenance branch, the merged commit will be tagged as a release modified: setup.py
1 parent 205b680 commit 3066a38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# release. The actual package version is autogenerated from this information
1919
# together with information from the version control system, and then injected
2020
# into the package source.
21-
MAJOR = 5
22-
MINOR = 1
21+
MAJOR = 6
22+
MINOR = 0
2323
MICRO = 0
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)