diff --git a/setup.cfg b/setup.cfg index d2f100c5..5aba97bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.28.2 +current_version = 0.28.3 commit = True tag = True diff --git a/setup.py b/setup.py index 9d2f7232..ef7224bd 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.2', + version='0.28.3', zip_safe=False, ext_modules=ext_modules, include_dirs=[numpy.get_include()], diff --git a/sknetwork/__init__.py b/sknetwork/__init__.py index 1c373693..17e33935 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.2' +__version__ = '0.28.3' import sknetwork.topology import sknetwork.path