diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a30c076..85d47d7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.8 +current_version = 0.1.9 [bumpversion:file:setup.py] diff --git a/README.md b/README.md index 199926e..4f6f9f3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# spec-synthase +# Spec-Synthase [![Build Status](https://travis-ci.org/MicroarrayTecnologia/spec-synthase.svg?branch=master)](https://travis-ci.org/MicroarrayTecnologia/spec-synthase) [![Coverage Status](https://coveralls.io/repos/github/MicroarrayTecnologia/spec-synthase/badge.svg)](https://coveralls.io/github/MicroarrayTecnologia/spec-synthase) -spec-synthase is a tool to help deal with big swagger files, by building the swagger specification file from little yaml files. +Spec-Synthase is a tool to help deal with big swagger files, by building the swagger specification file from little yaml files. **Documentation:** http://spec-synthase.readthedocs.io/en/latest/ diff --git a/README.rst b/README.rst index cc9c1b9..ec32820 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,9 @@ -spec-synthase +Spec-Synthase ============= |Build Status| |Coverage Status| -spec-synthase is a tool to help deal with big swagger files, by building +Spec-Synthase is a tool to help deal with big swagger files, by building the swagger specification file from little yaml files. **Documentation:** http://spec-synthase.readthedocs.io/en/latest/ diff --git a/setup.py b/setup.py index c597330..bd88e01 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def get_requirements(req_file): setup( name='spec-synthase', - version='0.1.8', + version='0.1.9', license='MPL2', description='spec-synthase is a tool to help deal with big swagger files, by building the swagger specification files from little spec files. ', long_description=read('README.rst'),