Skip to content

Commit

Permalink
Bump version up to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aisbergg committed Nov 10, 2018
1 parent b70dec5 commit 0f0a69c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The documentation of Jinja2 can be found [here](http://jinja.pocoo.org/docs/dev/

Install directly from Github:
```
pip install git+https://github.com/Aisbergg/[email protected].1
pip install git+https://github.com/Aisbergg/[email protected].2
```

Install from PyPi:
Expand Down
2 changes: 1 addition & 1 deletion docker_compose_templer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Andre Lehmann"
__email__ = "[email protected]"
__version__ = '1.0.1'
__version__ = '1.0.2'

from docker_compose_templer.cli import cli

Expand Down
2 changes: 1 addition & 1 deletion docker_compose_templer/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ def cli():
help="Show this help message and exit")
parser.add_argument('-v', '--verbose', dest='verbose', action='count',
default=0, help="Enable verbose mode")
parser.add_argument('--version', action='version', version='Templer {0}, Jinja2 {1}'.format(
parser.add_argument('--version', action='version', version='Docker Compose Templer {0}, Jinja2 {1}'.format(
__version__, jinja2.__version__), help="Print the program version and quit")
parser.add_argument('definition_file', nargs='+',
help="File that defines what to do.")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='Docker Compose Templer',
version='1.0.1',
version='1.0.2',
author='Andre Lehmann',
author_email='[email protected]',
url='https://github.com/Aisbergg/python-docker-compose-templer',
Expand Down

0 comments on commit 0f0a69c

Please sign in to comment.