Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.9
current_version = 0.11.0
commit = True

[bumpversion:file:setup.py]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ Please report any issues to the [issues page](https://github.com/netZoo/netZooPy

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.

Latest version: 0.10.9
Latest version: 0.11.0
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: netzoopy
version: 0.10.9
version: 0.11.0

source:
path: ..
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author = u'netZoo'

# The short X.Y version
__version__ = "0.10.9"
__version__ = "0.11.0"
version = ".".join(__version__.split(".")[:2])
# The full version, including alpha/beta/rc tags
release = __version__
Expand Down
2 changes: 1 addition & 1 deletion netZooPy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from netZooPy import sambar
from netZooPy import bonobo

__version__ = "0.10.9"
__version__ = "0.11.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='netZooPy',
version='0.10.9',
version='0.11.0',
description='Python implementation of netZoo',
url='https://github.com/netZoo/netZooPy',
author='netZoo team',
Expand Down
Loading