Skip to content

Commit 1edb167

Browse files
author
Uğur Özyılmazel
committed
Bump version: 0.0.6 → 0.1.0
1 parent 1cad49e commit 1edb167

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.6
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![Python](https://img.shields.io/badge/python-3.7.4-green.svg)
2-
![Version](https://img.shields.io/badge/version-0.0.6-orange.svg)
2+
![Version](https://img.shields.io/badge/version-0.1.0-orange.svg)
33
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
44
[![Build Status](https://travis-ci.org/promptapi/bin-checker-py.svg?branch=main)](https://travis-ci.org/promptapi/bin-checker-py)
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='pa-bin-checker',
10-
version='0.0.6',
10+
version='0.1.0',
1111
description="Python wrapper for Prompt API's BIN Checker API",
1212
long_description=LONG_DESCRIPTION,
1313
long_description_content_type='text/markdown',

src/bin_checker/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.0.6'
1+
__version__ = '0.1.0'
22

33
from .bin_checker import get_bin # noqa: F401

0 commit comments

Comments
 (0)