Skip to content

Commit 905ce04

Browse files
authored
add bump to v 1.3.0 (#142)
* 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
1 parent a1c1342 commit 905ce04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env python
2-
__version__ = "1.2.0"
2+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)