Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
violafanfani committed Mar 29, 2024
2 parents 581acef + 22efccf commit 2e7ffd9
Show file tree
Hide file tree
Showing 7 changed files with 12 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.10.2
current_version = 0.10.3
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 @@ -87,4 +87,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.2
Latest version: 0.10.3
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.2
version: 0.10.3

source:
path: ..
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog
==========

0.10.3
-------------------------

- Fixed LIONESS CLI that was broken after removing the save_memory flag
- Added exception for case where the motif genes do not match the expression genes

0.10.2
-------------------------

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

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

0 comments on commit 2e7ffd9

Please sign in to comment.