Skip to content

Commit 97fff75

Browse files
author
violafanfani
committed
Bump version: 0.10.7 → 0.10.8
1 parent eab479f commit 97fff75

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.bumpversion.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.10.7
2+
current_version = 0.10.8
33
commit = True
44

55
[bumpversion:file:setup.py]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ Please report any issues to the [issues page](https://github.com/netZoo/netZooPy
108108

109109
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.
110110

111-
Latest version: 0.10.7
111+
Latest version: 0.10.8

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: netzoopy
3-
version: 0.10.7
3+
version: 0.10.8
44

55
source:
66
path: ..

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
author = u'netZoo'
3030

3131
# The short X.Y version
32-
__version__ = "0.10.7"
32+
__version__ = "0.10.8"
3333
version = ".".join(__version__.split(".")[:2])
3434
# The full version, including alpha/beta/rc tags
3535
release = __version__

netZooPy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
from netZooPy import sambar
99
from netZooPy import bonobo
1010

11-
__version__ = "0.10.7"
11+
__version__ = "0.10.8"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='netZooPy',
4-
version='0.10.7',
4+
version='0.10.8',
55
description='Python implementation of netZoo',
66
url='https://github.com/netZoo/netZooPy',
77
author='netZoo team',

0 commit comments

Comments
 (0)