Skip to content

Commit

Permalink
bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Jun 24, 2023
1 parent d6ae8d0 commit 33a505a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ stria.cp38-win_amd64.pyd
Homo_sapiens.GRCh38.dna.toplevel.fa.gz.fxi
Homo_sapiens.GRCh38.dna.toplevel.fa.gz
stria.cpython-310-x86_64-linux-gnu.so
benchmark/*
5 changes: 5 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

Version 1.0.1 (2023-06-24)
--------------------------

- Fixed command line interface errors

Version 1.0.0 (2023-06-05)
--------------------------

Expand Down
4 changes: 2 additions & 2 deletions pytrfcli.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ def extract_sequence(args):
row.append(left)
row.append(right)
writer.writerow(row)
if __name__ == '__main__':

def main():
parser = argparse.ArgumentParser(
prog = 'pytrf',
usage = 'pytrf command [options] fastx',
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define PYTRF_VERSION "1.0.0"
#define PYTRF_VERSION "1.0.1"

0 comments on commit 33a505a

Please sign in to comment.