Skip to content

Commit 9102a6d

Browse files
author
violafanfani
committed
Bump version: 0.10.1 → 0.10.2
1 parent ac54083 commit 9102a6d

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.1
2+
current_version = 0.10.2
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
@@ -87,4 +87,4 @@ Please report any issues to the [issues page](https://github.com/netZoo/netZooPy
8787

8888
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.
8989

90-
Latest version: 0.10.1
90+
Latest version: 0.10.2

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.1
3+
version: 0.10.2
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.1"
32+
__version__ = "0.10.2"
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
@@ -7,4 +7,4 @@
77
from netZooPy import condor
88
from netZooPy import sambar
99

10-
__version__ = "0.10.1"
10+
__version__ = "0.10.2"

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.1',
4+
version='0.10.2',
55
description='Python implementation of netZoo.',
66
url='https://github.com/netZoo/netZooPy',
77
author='netZoo team',

0 commit comments

Comments
 (0)