From 05a51ddea46a8a04a123de68212402c881158606 Mon Sep 17 00:00:00 2001 From: John Siirola Date: Fri, 18 Jan 2019 14:01:00 -0700 Subject: [PATCH] Updating version number for 5.6.5 release. --- RELEASE.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index 874e89d2..fd137339 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -1,4 +1,4 @@ -We are pleased to announce the release of PyUtilib 5.6.4. The +We are pleased to announce the release of PyUtilib 5.6.5. The PyUtilib project supports the development of an ensemble of Python packages that include a wide variety of utilities, including a well-developed component architecture. diff --git a/setup.py b/setup.py index 4346b173..722c92b0 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def read(*rnames): requires.append('ordereddict') setup(name="PyUtilib", - version='5.6.5.dev0', + version='5.6.5', maintainer='William E. Hart', maintainer_email='wehart@sandia.gov', url = 'https://github.com/PyUtilib/pyutilib',