diff --git a/py_sorter/sorter.py b/py_sorter/sorter.py index f5cb9e9..fee5c0d 100644 --- a/py_sorter/sorter.py +++ b/py_sorter/sorter.py @@ -2,7 +2,7 @@ Any calls to the sorts methods are called from here based on the -s/--sort argument specified by the user. """ -__version__ = "0.3.0" +__version__ = "0.3.1" import argparse import os