From 69ccbe899ffed8be28d586322b9aa243168b15df Mon Sep 17 00:00:00 2001 From: Thomas Bonald Date: Wed, 29 Mar 2023 18:07:44 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.28.3=20=E2=86=92=200.29.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- sknetwork/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5aba97bc..6ec7e097 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.28.3 +current_version = 0.29.0 commit = True tag = True diff --git a/setup.py b/setup.py index ef7224bd..60291fbf 100644 --- a/setup.py +++ b/setup.py @@ -145,7 +145,7 @@ def finalize_options(self): test_suite='tests', tests_require=test_requirements, url='https://github.com/sknetwork-team/scikit-network', - version='0.28.3', + version='0.29.0', zip_safe=False, ext_modules=ext_modules, include_dirs=[numpy.get_include()], diff --git a/sknetwork/__init__.py b/sknetwork/__init__.py index 17e33935..324629b3 100644 --- a/sknetwork/__init__.py +++ b/sknetwork/__init__.py @@ -4,7 +4,7 @@ __author__ = """scikit-network team""" __email__ = "thomas.bonald@telecom-paris.fr" -__version__ = '0.28.3' +__version__ = '0.29.0' import sknetwork.topology import sknetwork.path