From c58c8eac95db027c8923ff04cb4c211cdd6229ae Mon Sep 17 00:00:00 2001 From: Nikhil Dhandre Date: Mon, 11 Feb 2019 11:08:59 +0530 Subject: [PATCH] release 1.3 Signed-off-by: Nikhil Dhandre --- README.md | 10 +++------- setup.py | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 281c7a2..bf1a0af 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,7 @@ # Miq Selenium Server -This is a simple script to make my life easy. -I want to run `selenium server` `locally` but don't want to use full `wharf`. -I want to check running container `ip's` and `ports` also point them in `env.ymal`. -I want to select `browser` with a single command. - Simple command line application to spin `selenium docker container` and provide `vnc` access. - + ## Prerequisite: 1. **Docker**: @@ -59,7 +54,8 @@ or Usage: miqsel [OPTIONS] COMMAND [ARGS]... Options: - --help Show this message and exit. + --version Show the version and exit. + --help Show this message and exit. Commands: browser Set Browser diff --git a/setup.py b/setup.py index 1555ff0..89016c1 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ name="miqsel", packages=find_packages(include=["miqsel"]), url="https://github.com/digitronik/miqsel", - version="1.2", + version="1.3", license="GPLv3", zip_safe=False, )