Skip to content

Commit

Permalink
Removed byte code
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvatunek committed Feb 19, 2019
1 parent dfb3372 commit f5aee9e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
Binary file removed DIA_analysis.pyc
Binary file not shown.
Binary file removed DIA_inputparser.pyc
Binary file not shown.
Binary file removed DIA_reduce_reorder.pyc
Binary file not shown.
4 changes: 3 additions & 1 deletion autoDIA.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
from DIA_reduce_reorder import *
import argparse, sys, time, subprocess, os, datetime, copy

__version__= '1.0'
__version__= '1.0.0'
__author__= 'Dennis Svatunek'
__email__ = "[email protected]"

#Python2 compatibility
try:
Expand Down
File renamed without changes.

0 comments on commit f5aee9e

Please sign in to comment.