Skip to content

Commit

Permalink
Release Scimath 5.0.0 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
corranwebster committed Aug 16, 2022
1 parent 0effbe6 commit dc386fe
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 @@ -16,10 +16,10 @@
from numpy import get_include


MAJOR = 4
MINOR = 3
MAJOR = 5
MINOR = 0
MICRO = 0
IS_RELEASED = False
IS_RELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
VERSION_FILE_TEMPLATE = """\
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
Expand Down

0 comments on commit dc386fe

Please sign in to comment.