diff --git a/setup.py b/setup.py index 8488ec2cf..1646e99ed 100644 --- a/setup.py +++ b/setup.py @@ -18,11 +18,11 @@ # release. The actual package version is autogenerated from this information # together with information from the version control system, and then injected # into the package source. -MAJOR = 5 -MINOR = 1 +MAJOR = 6 +MINOR = 0 MICRO = 0 PRERELEASE = "" -IS_RELEASED = False +IS_RELEASED = True # If this file is part of a Git export (for example created with "git archive", # or downloaded from GitHub), ARCHIVE_COMMIT_HASH gives the full hash of the