Skip to content

Commit

Permalink
Increase version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bionade24 committed May 5, 2020
1 parent e0d8d7a commit 7baa4a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerctl/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import argparse
from dockerctl.executer import Commands

VERSION_NR = "0.3"
VERSION_NR = "0.4"


def main(argv):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name = "dockerctl",
version = "0.3.post1",
version = "0.4",
description = "Python Script to steer (multiple) docker-compose-yaml's from everywhere.",
long_description= long_description,
url = "https://github.com/bionade24/dockerctl",
Expand Down

0 comments on commit 7baa4a0

Please sign in to comment.