Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
rghu committed Jul 22, 2020
1 parent 85eb911 commit dbcc124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reconCNV.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
dest="verb_log", default=None, action="store_true",
help="Verbose logging output")

parser.add_argument('--version', action='version', version='%(prog)s v0.2.0-beta')
parser.add_argument('--version', action='version', version='%(prog)s v1.0.0')

options = parser.parse_args()

Expand Down Expand Up @@ -1231,4 +1231,4 @@ def draw_chr_boundary(figure, chr_boundary, genome, vaf):
else:
save(final_fig)
# show(final_fig)
logging.info("Done!")
logging.info("Done!")

0 comments on commit dbcc124

Please sign in to comment.