Skip to content

Commit

Permalink
add bump to v 1.3.0 (#142)
Browse files Browse the repository at this point in the history
* fixed broken --dpi option

* fixed broken --dpi option

* added option for control of annotation scaling

* improved efficiency of pass-through args

* spell check

* major reorg of the code for readability

* split tests for plot v vcf commands

* fixed name for new test

* added cleanup for files created during tests

* added cleanup for files created during tests

* added new tests for vcf

* Update README.md

* tweaked the help output

* Update README.md

* version bump

* version bump again
  • Loading branch information
jbelyeu authored Jun 18, 2021
1 parent a1c1342 commit 905ce04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samplot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env python
__version__ = "1.2.0"
__version__ = "1.3.0"

0 comments on commit 905ce04

Please sign in to comment.