diff --git a/docker-run-cli/pyproject.toml b/docker-run-cli/pyproject.toml index 54f8ea4..d1db6b1 100644 --- a/docker-run-cli/pyproject.toml +++ b/docker-run-cli/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "docker-run-cli" -version = "0.9.5" +version = "0.9.6" description = "'docker run' and 'docker exec' with useful defaults" license = {file = "LICENSE"} readme = "README.md" @@ -28,9 +28,9 @@ requires-python = ">=3.7" [project.optional-dependencies] dev = ["build", "twine"] -docker-ros = ["docker-run-docker-ros>=1.0.3"] -plugins = ["docker-run-cli[docker-ros]"] -all = ["docker-run-cli[plugins]", "docker-run-cli[dev]"] +docker-ros = ["docker-run-docker-ros>=1.0.4"] +plugins = ["docker-run-docker-ros>=1.0.4"] +all = ["docker-run-docker-ros>=1.0.4", "build", "twine"] [project.urls] "Repository" = "https://github.com/ika-rwth-aachen/docker-run" diff --git a/docker-run-cli/src/docker_run/__init__.py b/docker-run-cli/src/docker_run/__init__.py index 7f4ad96..8c336c3 100644 --- a/docker-run-cli/src/docker_run/__init__.py +++ b/docker-run-cli/src/docker_run/__init__.py @@ -1,2 +1,2 @@ __name__ = "docker-run" -__version__ = "0.9.5" \ No newline at end of file +__version__ = "0.9.6" \ No newline at end of file