File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.6
2
+ current_version = 0.1.0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 1
1
![ 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 )
3
3
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
4
4
[ ![ Build Status] ( https://travis-ci.org/promptapi/bin-checker-py.svg?branch=main )] ( https://travis-ci.org/promptapi/bin-checker-py )
5
5
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'pa-bin-checker' ,
10
- version = '0.0.6 ' ,
10
+ version = '0.1.0 ' ,
11
11
description = "Python wrapper for Prompt API's BIN Checker API" ,
12
12
long_description = LONG_DESCRIPTION ,
13
13
long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change 1
- __version__ = '0.0.6 '
1
+ __version__ = '0.1.0 '
2
2
3
3
from .bin_checker import get_bin # noqa: F401
You can’t perform that action at this time.
0 commit comments