Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
from setuptools import setup, Extension, find_packages
from Cython.Build import cythonize

MAJOR = 4
MINOR = 8
MICRO = 1
PRERELEASE = ""
IS_RELEASED = False
MAJOR = 5
MINOR = 0
MICRO = 0
PRERELEASE = "rc1"
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
Expand Down