Release 1.6.4

Change-Id: I038be325a79cfbeabe6a7acf4e49f1e58c45b46a
This commit is contained in:
Tim Burke 2024-10-24 10:15:15 -07:00
parent 9c1f5470a6
commit ad05a55a9e
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
New in 1.6.4
------------
* Binary wheels support a broader range of processors.
New in 1.6.3
------------

View File

@ -49,7 +49,7 @@ def PyECLibVersion(z, y, x):
PYECLIB_MAJOR = 1
PYECLIB_MINOR = 6
PYECLIB_REV = 3
PYECLIB_REV = 4
PYECLIB_VERSION = PyECLibVersion(PYECLIB_MAJOR, PYECLIB_MINOR,
PYECLIB_REV)

View File

@ -226,7 +226,7 @@ module = Extension('pyeclib_c',
sources=['src/c/pyeclib_c/pyeclib_c.c'])
setup(name='pyeclib',
version='1.6.3',
version='1.6.4',
author='Kevin Greenan',
author_email='kmgreen2@gmail.com',
maintainer='Kevin Greenan and Tushar Gohad',