Skip to content

Commit

Permalink
Bump version: 0.9.16 → 0.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
violafanfani committed Oct 13, 2023
1 parent fb05e6e commit f553948
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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.9.16
current_version = 0.9.17
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 @@ -81,4 +81,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.9.16
Latest version: 0.9.17
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.9.16
version: 0.9.17

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.9.16"
__version__ = "0.9.17"
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 @@ -6,4 +6,4 @@
from netZooPy import condor
from netZooPy import sambar

__version__ = "0.9.16"
__version__ = "0.9.17"
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.9.16',
version='0.9.17',
description='Python implementation of netZoo.',
url='https://github.com/netZoo/netZooPy',
author='netZoo team',
Expand Down

0 comments on commit f553948

Please sign in to comment.