Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Silva committed Aug 28, 2018
1 parent 99199d5 commit 21f1b2d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.8
current_version = 0.1.9

[bumpversion:file:setup.py]

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 21f1b2d

Please sign in to comment.