Skip to content

Commit 7686a05

Browse files
authored
Merge pull request #70 from guokr/70-update-readme-add-pypi-version
update readme add pypi version
2 parents 44d2555 + 2554aa5 commit 7686a05

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Flask RESTful Application Code Generator
22

3-
[![Build Status](https://travis-ci.org/guokr/swagger-py-codegen.svg)](https://travis-ci.org/guokr/swagger-py-codegen)
3+
[![Build Status][travis-image]][travis-url] [![PyPi Version][pypi-image]][pypi-url]
44

55
## Overview
66

@@ -61,13 +61,13 @@ Generate example-app from [apis.yml](https://github.com/guokr/swagger-py-codegen
6161
| |__ schemas.py
6262
| |__ validators.py
6363
|__ requirements.txt
64-
65-
Install example-app requirements:
64+
65+
Install example-app requirements:
6666

6767
$ cd example-app
6868
$ pip install -r requirements.txt
6969

70-
Start example-app:
70+
Start example-app:
7171

7272
$ cd demo
7373
$ python __init__.py
@@ -85,4 +85,10 @@ See the [AUTHORS](https://github.com/guokr/swagger-py-codegen/blob/master/AUTHOR
8585

8686
## License
8787
--------
88-
MIT
88+
MIT
89+
90+
[travis-url]: https://travis-ci.org/guokr/swagger-py-codegen
91+
[travis-image]: https://travis-ci.org/guokr/swagger-py-codegen.svg
92+
93+
[pypi-url]: https://pypi.python.org/pypi/swagger-py-codegen/
94+
[pypi-image]: https://img.shields.io/pypi/v/swagger-py-codegen.svg?style=flat-square

swagger_py_codegen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .command import generate
22

3-
__version__ = '0.1.17'
3+
__version__ = '0.1.18'

0 commit comments

Comments
 (0)