File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- [ ![ Latest version] ( https://img.shields.io/static/v1?label=version&message=1.0.6 &color=yellowgreen )] ( https://github.com/jakob-bagterp/index-now-for-python/releases/latest )
1+ [ ![ Latest version] ( https://img.shields.io/static/v1?label=version&message=1.0.7 &color=yellowgreen )] ( https://github.com/jakob-bagterp/index-now-for-python/releases/latest )
22[ ![ Python 3.11 | 3.12 | 3.13+] ( https://img.shields.io/static/v1?label=python&message=3.11%20|%203.12%20|%203.13%2B&color=blueviolet )] ( https://www.python.org )
33[ ![ MIT license] ( https://img.shields.io/static/v1?label=license&message=MIT&color=blue )] ( https://github.com/jakob-bagterp/index-now-for-python/blob/master/LICENSE.md )
44[ ![ Codecov] ( https://codecov.io/gh/jakob-bagterp/index-now-for-python/branch/master/graph/badge.svg?token=SGVMPJ1JWI )] ( https://codecov.io/gh/jakob-bagterp/index-now-for-python )
Original file line number Diff line number Diff line change 1010 - Authentication
1111---
1212
13- [ ![ Latest version] ( https://img.shields.io/static/v1?label=version&message=1.0.6 &color=yellowgreen )] ( https://github.com/jakob-bagterp/index-now-for-python/releases/latest )
13+ [ ![ Latest version] ( https://img.shields.io/static/v1?label=version&message=1.0.7 &color=yellowgreen )] ( https://github.com/jakob-bagterp/index-now-for-python/releases/latest )
1414[ ![ Python 3.11 | 3.12 | 3.13+] ( https://img.shields.io/static/v1?label=python&message=3.11%20|%203.12%20|%203.13%2B&color=blueviolet )] ( https://www.python.org )
1515[ ![ MIT license] ( https://img.shields.io/static/v1?label=license&message=MIT&color=blue )] ( https://github.com/jakob-bagterp/index-now-for-python/blob/master/LICENSE.md )
1616[ ![ Codecov] ( https://codecov.io/gh/jakob-bagterp/index-now-for-python/branch/master/graph/badge.svg?token=SGVMPJ1JWI )] ( https://codecov.io/gh/jakob-bagterp/index-now-for-python )
Original file line number Diff line number Diff line change 11[metadata]
22name = index-now-for-python
3- version = 1.0.6
3+ version = 1.0.7
44author = Jakob Bagterp
55author_email = jakob_bagterp@hotmail.com
66maintainer = Jakob Bagterp
Original file line number Diff line number Diff line change 1- __version_info__ = (1 , 0 , 6 )
1+ __version_info__ = (1 , 0 , 7 )
22__version__ = "." .join (map (str , __version_info__ ))
You can’t perform that action at this time.
0 commit comments