Bumping the version to release 0.3

This commit is contained in:
Mitsuo Takaki
2017-02-11 12:26:22 -08:00
parent bdd74a89c7
commit 0ed87469ce
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ This project is available at PyPI: [https://pypi.python.org/pypi/cachet-url-moni
endpoint: endpoint:
url: http://www.google.com url: http://www.google.com
method: GET method: GET
timeout: 0.010 # seconds timeout: 1 # seconds
expectation: expectation:
- type: HTTP_STATUS - type: HTTP_STATUS
status: 200 status: 200

View File

@@ -1,7 +1,7 @@
endpoint: endpoint:
url: http://localhost:8080/swagger url: http://localhost:8080/swagger
method: GET method: GET
timeout: 0.01 timeout: 1
expectation: expectation:
- type: HTTP_STATUS - type: HTTP_STATUS
status: 200 status: 200

View File

@@ -2,7 +2,7 @@
from distutils.core import setup from distutils.core import setup
setup(name='cachet-url-monitor', setup(name='cachet-url-monitor',
version='0.2', version='0.3',
description='Cachet URL monitor plugin', description='Cachet URL monitor plugin',
author='Mitsuo Takaki', author='Mitsuo Takaki',
author_email='mitsuotakaki@gmail.com', author_email='mitsuotakaki@gmail.com',