From e68e3e10a0216692f05dc837e16b7dfca1dcdfe3 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 18 Apr 2018 09:57:36 -0700 Subject: [PATCH] Bump version and tell Drone to deploy --- .drone.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ed11497..a133081 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/setup.py b/setup.py index 0f14a5b..1367189 100644 --- a/setup.py +++ b/setup.py @@ -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',