Skip to content

Commit 416869d

Browse files
committed
Release Enable 6.0.0
1 parent 09fd68d commit 416869d

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
@@ -21,11 +21,11 @@
2121
from setuptools import Extension, find_packages, setup
2222
from setuptools.command.install import install as base_install
2323

24-
MAJOR = 5
25-
MINOR = 4
24+
MAJOR = 6
25+
MINOR = 0
2626
MICRO = 0
2727
PRERELEASE = ""
28-
IS_RELEASED = False
28+
IS_RELEASED = True
2929

3030
# Templates for version strings.
3131
RELEASED_VERSION = "{major}.{minor}.{micro}{prerelease}"

0 commit comments

Comments
 (0)