File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 22History
33=======
44
5+ 0.32.1 (2024-04-02)
6+ -------------------
7+
8+ * Fix documentation
9+ * Fix wheel upload
10+
5110.32.0 (2024-03-29)
612-------------------
713
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.32.0
2+ current_version = 0.32.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff 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 ()],
Original file line number Diff line number Diff line change 44
55__author__ = """scikit-network team"""
66__email__ = "thomas.bonald@telecom-paris.fr"
7- __version__ = '0.32.0 '
7+ __version__ = '0.32.1 '
88
99import sknetwork .topology
1010import sknetwork .path
You can’t perform that action at this time.
0 commit comments