Skip to content

Commit 63435ed

Browse files
authored
bump to v0.9.4 and v1.0.3
1 parent 0047b25 commit 63435ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-run-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "docker-run-cli"
7-
version = "0.9.3"
7+
version = "0.9.4"
88
description = "'docker run' and 'docker exec' with useful defaults"
99
license = {file = "LICENSE"}
1010
readme = "README.md"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__name__ = "docker-run"
2-
__version__ = "0.9.3"
2+
__version__ = "0.9.4"

docker-run-docker-ros/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Operating System :: POSIX :: Linux",
2424
]
2525
keywords = ["docker", "container", "ros"]
26-
dependencies = ["docker-run-cli>=0.9.1"]
26+
dependencies = ["docker-run-cli>=0.9.4"]
2727
requires-python = ">=3.7"
2828

2929
[project.urls]

0 commit comments

Comments
 (0)