diff --git a/setup.py b/setup.py index a8bdafe..78d1f62 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ CURRENT_DIR = os.path.abspath(os.path.dirname(__file__)) PACKAGE_NAME = "meiga" -VERSION = "0.1.3" +VERSION = "0.1.4" # The text of the README file with open(os.path.join(CURRENT_DIR, "README.md")) as fid: