File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " docker-run-docker-ros"
7
- version = " 1.0.0 "
7
+ version = " 1.0.1 "
8
8
description = " docker-run plugin for Docker images built by docker-ros"
9
9
license = {file = " LICENSE" }
10
10
readme = " README.md"
@@ -23,7 +23,7 @@ classifiers = [
23
23
" Operating System :: POSIX :: Linux" ,
24
24
]
25
25
keywords = [" docker" , " container" , " ros" ]
26
- dependencies = [" docker-run" ]
26
+ dependencies = [" docker-run-cli>=0.9.1 " ]
27
27
requires-python = " >=3.7"
28
28
29
29
[project .urls ]
Original file line number Diff line number Diff line change 6
6
from docker_run .plugins .plugin import Plugin
7
7
8
8
9
- __version__ = "1.0.0 "
9
+ __version__ = "1.0.1 "
10
10
11
11
12
12
class DockerRosPlugin (Plugin ):
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " docker-run-cli"
7
- version = " 0.9.0 "
7
+ version = " 0.9.1 "
8
8
description = " 'docker run' and 'docker exec' with useful defaults"
9
9
license = {file = " LICENSE" }
10
10
readme = " README.md"
@@ -28,7 +28,7 @@ requires-python = ">=3.7"
28
28
29
29
[project .optional-dependencies ]
30
30
dev = [" build" , " twine" ]
31
- docker-ros = [" docker-run-docker-ros" ]
31
+ docker-ros = [" docker-run-docker-ros>=1.0.1 " ]
32
32
plugins = [" docker-run-cli[docker-ros]" ]
33
33
all = [" docker-run-cli[plugins]" , " docker-run-cli[dev]" ]
34
34
Original file line number Diff line number Diff line change 1
1
__name__ = "docker-run"
2
- __version__ = "0.9.0 "
2
+ __version__ = "0.9.1 "
You can’t perform that action at this time.
0 commit comments