Skip to content

Commit

Permalink
bump to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Jul 20, 2024
1 parent 03cca25 commit a548ff7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

Version 1.3.2 (2024-07-20)
Version 1.3.3 (2024-07-20)
--------------------------

- Fixed dna sequence uppercase
Expand Down
4 changes: 2 additions & 2 deletions pytrfcli.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,5 +303,5 @@ def main():
for seq in seqs:
func(seq)

if __name__ == '__main__':
main()
#if __name__ == '__main__':
# main()
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.3.2"
#define PYTRF_VERSION "1.3.3"

0 comments on commit a548ff7

Please sign in to comment.