diff --git a/capreolus/__init__.py b/capreolus/__init__.py index e07639ff4..c80fb042c 100644 --- a/capreolus/__init__.py +++ b/capreolus/__init__.py @@ -5,7 +5,7 @@ from profane import ConfigOption, Dependency, ModuleBase, constants, config_list_to_dict, module_registry -__version__ = "0.2.3" +__version__ = "0.2.4" ### set constants used by capreolus and profane ###