Skip to content

Commit 27eaaed

Browse files
committed
Update version
1 parent 978b7b8 commit 27eaaed

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = ''
2929
# The full version, including alpha/beta/rc tags
30-
release = '0.4.2'
30+
release = '0.4.3'
3131

3232

3333
# -- General configuration ---------------------------------------------------

docs/content/updates.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Updates
33
###############
44

5+
========================
6+
v0.4.3
7+
========================
8+
| - Fixed issue with `metagene` where parallelization overloaded memory and resulted in OOM errors. Fixed by making memory thresholding slightly more strict.
9+
510
========================
611
v0.4.2
712
========================

xpresspipe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
this program. If not, see <https://www.gnu.org/licenses/>.
2020
"""
2121

22-
__version__ = '0.4.2'
22+
__version__ = '0.4.3'
2323

2424
from .__main__ import *
2525
from .align import *

0 commit comments

Comments
 (0)