Bump version and tell Drone to deploy

This commit is contained in:
IamTheFij 2018-04-18 09:57:36 -07:00
parent 01905c895e
commit e68e3e10a0
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ pipeline:
push_to_pypi:
image: python:3
commands:
- make build-env upload-test
- make build-env upload
secrets:
- source: PYPI_USERNAME
target: TWINE_USERNAME

View File

@ -12,7 +12,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
setup(
name='minitor',
version='0.1.3',
version='0.1.4',
description='A minimal monitoring tool',
long_description=long_description,
url='https://git.iamthefij.com/iamthefij/minitor',