Skip to content

Commit 2e7ffd9

Browse files
author
violafanfani
committed
Merge branch 'devel'
2 parents 581acef + 22efccf commit 2e7ffd9

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-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.2
2+
current_version = 0.10.3
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.2
90+
Latest version: 0.10.3

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.2
3+
version: 0.10.3
44

55
source:
66
path: ..

docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog
33
==========
44

5+
0.10.3
6+
-------------------------
7+
8+
- Fixed LIONESS CLI that was broken after removing the save_memory flag
9+
- Added exception for case where the motif genes do not match the expression genes
10+
511
0.10.2
612
-------------------------
713

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.2"
32+
__version__ = "0.10.3"
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.2"
10+
__version__ = "0.10.3"

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

0 commit comments

Comments
 (0)