Skip to content

Commit 680ceb4

Browse files
committed
Bump version to 0.1.0 for release
1 parent f14cff4 commit 680ceb4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[![triaxtec](https://circleci.com/gh/triaxtec/openapi-python-client.svg?style=svg)](https://circleci.com/gh/triaxtec/openapi-python-client)
22
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
33
[![codecov](https://codecov.io/gh/triaxtec/openapi-python-client/branch/master/graph/badge.svg)](https://codecov.io/gh/triaxtec/openapi-python-client)
4-
[![PyPi version](https://pypip.in/v/openapi-python-client/badge.png)](https://crate.io/packages/openapi-python-client/)
4+
[![PyPI version shields.io](https://img.shields.io/pypi/v/openapi-python-client.svg)](https://pypi.python.org/pypi/openapi-python-client/)
5+
56
# openapi-python-client
67
Generate modern Python clients from OpenAPI
78

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openapi-python-client"
3-
version = "0.1.0-dev.0"
3+
version = "0.1.0"
44
description = "Generate modern Python clients from OpenAPI"
55

66
authors = [

0 commit comments

Comments
 (0)