From 8642f6da19e4213c63e583b55d86ed4673c867d0 Mon Sep 17 00:00:00 2001 From: Dominika Hodovska Date: Jun 23 2017 10:00:14 +0000 Subject: Fix documentation and version --- diff --git a/README.md b/README.md index 8d16127..2f7413b 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ The output of **modtools docker2openshift** command is OpenShift template stored Example usage: ```bash - ./modtools docker2openshift --dockerfile ~/work/programming/container-images/debugging-tools/Dockerfile registry.fedoraproject.org/debugging-tools -/home/phracek/work/programming/container-images/debugging-tools/Dockerfile + ./modtools docker2openshift --dockerfile path/to/Dockerfile image/repository/url +/path/to/Dockerfile OpenShift template is generated here: /tmp/tmpM0teUC/openshift-template.yml ``` ### How to run tests diff --git a/setup.py b/setup.py index 680b7fe..f5fa086 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ except ImportError: setup( name='modtools', - version='0.1', + version='0.0.1', author='Dominika Hodovska', author_email='dhodovsk@redhat.com', description='Utilities for creating and managing modules',