Skip to content

Commit

Permalink
bump to v0.9.4 and v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher authored Jun 13, 2023
1 parent 0047b25 commit 63435ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-run-cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "docker-run-cli"
version = "0.9.3"
version = "0.9.4"
description = "'docker run' and 'docker exec' with useful defaults"
license = {file = "LICENSE"}
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion docker-run-cli/src/docker_run/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__name__ = "docker-run"
__version__ = "0.9.3"
__version__ = "0.9.4"
2 changes: 1 addition & 1 deletion docker-run-docker-ros/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Operating System :: POSIX :: Linux",
]
keywords = ["docker", "container", "ros"]
dependencies = ["docker-run-cli>=0.9.1"]
dependencies = ["docker-run-cli>=0.9.4"]
requires-python = ">=3.7"

[project.urls]
Expand Down

0 comments on commit 63435ed

Please sign in to comment.