Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Nov 1, 2022
1 parent 578364d commit 6249e57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Installation
------------

```
pip3 install https://github.com/neuroforgede/docker-stack-deploy/archive/refs/tags/0.2.5.zip
pip3 install https://github.com/neuroforgede/docker-stack-deploy/archive/refs/tags/0.2.6.zip
```

Usage
Expand Down
2 changes: 1 addition & 1 deletion docker_stack_deploy/cli/deployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def docker_stack_deploy() -> None:
def usage() -> None:
print(
"""
docker-stack-deploy (docker-sdp) v0.2.5
docker-stack-deploy (docker-sdp) v0.2.6
=======================================
docker-stack-deploy (docker-sdp) is a utility that wraps around dockers to but adds the following features:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def cli_test_suite():
setuptools.setup(
name="docker-sdp",
scripts=["bin/docker-sdp"],
version="0.2.5",
version="0.2.6",
author="NeuroForge GmbH & Co. KG",
author_email="kontakt@neuroforge.de",
description="docker-sdp",
Expand Down

0 comments on commit 6249e57

Please sign in to comment.