Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit 2f47a79

Browse files
committed
Bump minor version to 0.5.0
Signed-off-by: Uilian Ries <[email protected]>
1 parent 3934eb0 commit 2f47a79

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55

66
[![codecov](https://codecov.io/gh/uilianries/bintray-python/branch/master/graph/badge.svg)](https://codecov.io/gh/uilianries/bintray-python)
7+
[![Maintainability](https://api.codeclimate.com/v1/badges/eb7ea878f71e2a464172/maintainability)](https://codeclimate.com/github/uilianries/bintray-python/maintainability)
78
[![Build Status](https://travis-ci.com/uilianries/bintray-python.svg?branch=master)](https://travis-ci.com/uilianries/bintray-python)
89
[![Download Pypi](https://img.shields.io/badge/pypi-download-blue.svg)](https://pypi.org/manage/project/bincrafters-conventions)
910

bintray/bintray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from bintray.utils import bool_to_number
1111

1212

13-
__version__ = "0.4.0"
13+
__version__ = "0.5.0"
1414
__author__ = "Uilian Ries <[email protected]>"
1515
__license__ = "MIT"
1616

0 commit comments

Comments
 (0)