Skip to content

Commit

Permalink
Release Enable 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
corranwebster committed Jun 23, 2023
1 parent 09fd68d commit 416869d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
from setuptools import Extension, find_packages, setup
from setuptools.command.install import install as base_install

MAJOR = 5
MINOR = 4
MAJOR = 6
MINOR = 0
MICRO = 0
PRERELEASE = ""
IS_RELEASED = False
IS_RELEASED = True

# Templates for version strings.
RELEASED_VERSION = "{major}.{minor}.{micro}{prerelease}"
Expand Down

0 comments on commit 416869d

Please sign in to comment.