phac-nml / biohansel

Rapidly subtype microbial genomes using single-nucleotide variant (SNV) subtyping schemes
Apache License 2.0
25 stars 7 forks source link

Add bump2version config for easy version updating #141

Closed peterk87 closed 3 years ago

peterk87 commented 3 years ago

With bumpversion installed (pip install bump2version), updating the version of biohansel should be as easy as running $ bumpversion patch to increment version by 0.0.1 (e.g. 2.5.0 to 2.5.1).