From 5c237a3dafa8f2fa6079d3bf493fc249b50d9a3f Mon Sep 17 00:00:00 2001 From: annoviko Date: Mon, 17 Aug 2020 11:12:51 +0200 Subject: [PATCH] [.][Release] Update version 0.10.0. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ce55ab9f..24ba9263 100755 --- a/setup.py +++ b/setup.py @@ -46,14 +46,14 @@ def run_tests(self): setup( name='pyclustering', packages=find_packages(), - version='0.9.3.1', + version='0.10.0', description='pyclustring is a python data mining library', long_description=load_readme(), url='https://github.com/annoviko/pyclustering', project_urls={ 'Homepage': 'https://pyclustering.github.io/', 'Repository': 'https://github.com/annoviko/pyclustering', - 'Documentation': 'https://pyclustering.github.io/docs/0.9.3/html/index.html', + 'Documentation': 'https://pyclustering.github.io/docs/0.10.0/html/index.html', 'Bug Tracker': 'https://github.com/annoviko/pyclustering/issues' }, license='GNU Public License',