File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.15.0
2+ current_version = 0.15.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ def build_extensions(self):
129129 test_suite = 'tests' ,
130130 tests_require = test_requirements ,
131131 url = 'https://github.com/sknetwork-team/scikit-network' ,
132- version = '0.15.0 ' ,
132+ version = '0.15.1 ' ,
133133 zip_safe = False ,
134134 ext_modules = ext_modules ,
135135 include_dirs = [numpy .get_include ()],
Original file line number Diff line number Diff line change 44
55__author__ = """scikit-network team"""
66__email__ = "bonald@enst.fr"
7- __version__ = '0.15.0 '
7+ __version__ = '0.15.1 '
88
99import sknetwork .basics
1010import sknetwork .classification
You can’t perform that action at this time.
0 commit comments