From ae3db690b6baa7f8c47f411ffccab28c4483a5e6 Mon Sep 17 00:00:00 2001 From: annoviko Date: Mon, 17 Aug 2020 11:20:42 +0200 Subject: [PATCH] [.][Release] Update meta-information for the library. --- CHANGES | 11 +++++++++++ README.rst | 2 +- setup.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 03081388..c13aec24 100755 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,16 @@ ------------------------------------------------------------------------ +CHANGE NOTES FOR 0.10.0.1 (STARTED Aug 17, 2020), (RELEASED: Aug 17, 2020) + +------------------------------------------------------------------------ + +GENERAL CHANGES: + +- Metadata of the library is updated. + + +------------------------------------------------------------------------ + CHANGE NOTES FOR 0.10.0 (STARTED Jan 24, 2020), (RELEASED: Aug 17, 2020) ------------------------------------------------------------------------ diff --git a/README.rst b/README.rst index 549fab64..98e3121c 100755 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Python and C++ implementations (via CCORE library) of each algorithm or model. CCORE library is a part of pyclustering and supported only for Linux, Windows and MacOS operating systems. -**Version**: 0.10.0 +**Version**: 0.10.0.1 **License**: GNU General Public License diff --git a/setup.py b/setup.py index 24ba9263..e426f746 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def run_tests(self): setup( name='pyclustering', packages=find_packages(), - version='0.10.0', + version='0.10.0.1', description='pyclustring is a python data mining library', long_description=load_readme(), url='https://github.com/annoviko/pyclustering',