Skip to content

Commit 8796f52

Browse files
authored
Bump version: 0.32.0 → 0.32.1
1 parent 0beed7e commit 8796f52

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
History
33
=======
44

5+
0.32.1 (2024-04-02)
6+
-------------------
7+
8+
* Fix documentation
9+
* Fix wheel upload
10+
511
0.32.0 (2024-03-29)
612
-------------------
713

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.32.0
2+
current_version = 0.32.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def finalize_options(self):
153153
test_suite='tests',
154154
tests_require=test_requirements,
155155
url='https://github.com/sknetwork-team/scikit-network',
156-
version='0.32.0',
156+
version='0.32.1',
157157
zip_safe=False,
158158
ext_modules=ext_modules,
159159
include_dirs=[numpy.get_include()],

sknetwork/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = """scikit-network team"""
66
__email__ = "thomas.bonald@telecom-paris.fr"
7-
__version__ = '0.32.0'
7+
__version__ = '0.32.1'
88

99
import sknetwork.topology
1010
import sknetwork.path

0 commit comments

Comments
 (0)