Files
obitools3/python/obitools3/version.py
Celine Mercier a72fea3cc9 Python: fasta parser: fixed a bug stopping the program when the last
line contained a single nucleotide
2020-05-12 11:24:12 +02:00

6 lines
85 B
Python
Executable File

major = 3
minor = 0
serial= '0-beta17'
version ="%d.%02d.%s" % (major,minor,serial)