diff --git a/emgapianns/management/commands/import_extra_assembly_annotations.py b/emgapianns/management/commands/import_extra_assembly_annotations.py index 972c83983..ca018b376 100644 --- a/emgapianns/management/commands/import_extra_assembly_annotations.py +++ b/emgapianns/management/commands/import_extra_assembly_annotations.py @@ -47,8 +47,6 @@ def add_arguments(self, parser): def handle(self, *args, **options): logger.info(options) - return - self.results_directory = os.path.realpath(options.get('results_directory').strip()) if not os.path.exists(self.results_directory): diff --git a/emgcli/__init__.py b/emgcli/__init__.py index 368ba3952..edb4394d1 100644 --- a/emgcli/__init__.py +++ b/emgcli/__init__.py @@ -1 +1 @@ -__version__: str = "2.4.30" +__version__: str = "2.4.31" diff --git a/pyproject.toml b/pyproject.toml index d51064bdd..4425200d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ max-line-length = 119 """ [tool.bumpversion] -current_version = "2.4.30" +current_version = "2.4.31" [[tool.bumpversion.files]] filename = "emgcli/__init__.py"