Skip to content

Commit cba6cec

Browse files
committed
Bump version: 0.19.0 → 0.19.1
1 parent 6fec885 commit cba6cec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.19.0
2+
current_version = 0.19.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def build_extensions(self):
138138
test_suite='tests',
139139
tests_require=test_requirements,
140140
url='https://github.com/sknetwork-team/scikit-network',
141-
version='0.19.0',
141+
version='0.19.1',
142142
zip_safe=False,
143143
ext_modules=ext_modules,
144144
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__ = "bonald@enst.fr"
7-
__version__ = '0.19.0'
7+
__version__ = '0.19.1'
88

99
import sknetwork.topology
1010
import sknetwork.path

0 commit comments

Comments
 (0)