Skip to content

Commit

Permalink
Version 1.3.4
Browse files Browse the repository at this point in the history
- Modified some code to make for more flexible handling of queries
where a status is requested. Previous commands where running_only is
specified has been updated to still return the same results.
-Multiple status filters may now be specified at command line.
  • Loading branch information
Amr Abouelleil committed Sep 25, 2017
1 parent e157acf commit b469ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widdler.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__copyright__ = "Copyright 2017, The Broad Institute"
__credits__ = ["Amr Abouelleil", "Paul Cao", "Jean Chang"]
__license__ = "GPL"
__version__ = "1.3.4"
__version__ = "1.4.4"
__maintainer__ = "Amr Abouelleil"
__email__ = "[email protected]"
__status__ = "Production"
Expand Down

0 comments on commit b469ead

Please sign in to comment.