Skip to content

Commit

Permalink
Update version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebis committed Dec 14, 2018
1 parent 6b840ba commit f153bf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin3C.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import logging
import sys

__version__ = '0.1'
__version__ = '0.1.1'

if __name__ == '__main__':
import argparse
Expand Down
2 changes: 1 addition & 1 deletion split_ref.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys
import os

__version__ = '0.1'
__version__ = '0.1.1'

if __name__ == '__main__':
import argparse
Expand Down

0 comments on commit f153bf6

Please sign in to comment.