Skip to content

Commit

Permalink
Making proper version
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshah committed Mar 12, 2020
1 parent 734f216 commit c744b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process_fastq/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

version = None
version_file = pathlib.Path(__file__).parent.absolute() / \
'process_fastq' / '__init__.py'
'__init__.py'
with open(version_file, "r") as f:
for line in f.readlines():
line = line.strip()
Expand Down

0 comments on commit c744b4c

Please sign in to comment.