Skip to content

Commit

Permalink
fix unoise3 for derep step #96; add sortstep and add minsize #99
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Palmer committed Jan 8, 2023
1 parent 94ea653 commit 28d817d
Show file tree
Hide file tree
Showing 2 changed files with 361 additions and 136 deletions.
4 changes: 2 additions & 2 deletions amptk/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 5, 4)
VERSION = (1, 5, 5)

__version__ = '.'.join(map(str, VERSION))
__version__ = ".".join(map(str, VERSION))
Loading

0 comments on commit 28d817d

Please sign in to comment.