Skip to content

Commit

Permalink
"Updating ipyrad/__init__.py to version - 0.9.100
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacovercast committed Aug 28, 2024
1 parent 7eb4f29 commit 72afb9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipyrad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import subprocess as _sps

# Dunders
__version__ = "0.9.99"
__version__ = "0.9.100"
__author__ = "Deren Eaton & Isaac Overcast"

# CLI __main__ changes to 0
Expand Down Expand Up @@ -65,7 +65,7 @@ class _Bins:
pass
else:
print(_MUSCLE_VERSION_ERROR)
_sys.exit()
# _sys.exit()

# if user installed with pip then the following may be missing:
try:
Expand Down
9 changes: 9 additions & 0 deletions newdocs/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
Release Notes
=============

0.9.100
-------
**August 28, 2024**

- Use the PE/SE information in the `datatype` param to determine whether to search for paired files.
- hackers mask cut sites in s3
- hackers mask cut sites in s3
- new hackers option 'mask_restriction_sites' for s7

0.9.99
------
**August 16, 2024**
Expand Down

0 comments on commit 72afb9c

Please sign in to comment.