From 8796f529c46c9abff691f4bbc4b36264da8688de Mon Sep 17 00:00:00 2001 From: Marc J Date: Tue, 2 Apr 2024 19:34:30 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.32.0=20=E2=86=92=200.32.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HISTORY.rst | 6 ++++++ setup.cfg | 2 +- setup.py | 2 +- sknetwork/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index ccecd6f7..5199425a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,12 @@ History ======= +0.32.1 (2024-04-02) +------------------- + +* Fix documentation +* Fix wheel upload + 0.32.0 (2024-03-29) ------------------- diff --git a/setup.cfg b/setup.cfg index 4a944e5c..0bffc588 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.32.0 +current_version = 0.32.1 commit = True tag = True diff --git a/setup.py b/setup.py index e5e165e6..c625a842 100644 --- a/setup.py +++ b/setup.py @@ -153,7 +153,7 @@ def finalize_options(self): test_suite='tests', tests_require=test_requirements, url='https://github.com/sknetwork-team/scikit-network', - version='0.32.0', + version='0.32.1', zip_safe=False, ext_modules=ext_modules, include_dirs=[numpy.get_include()], diff --git a/sknetwork/__init__.py b/sknetwork/__init__.py index 251b2c41..d7e2e380 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.32.0' +__version__ = '0.32.1' import sknetwork.topology import sknetwork.path