Skip to content

Commit 1aacd30

Browse files
committed
Bump to version 1.0.7.
1 parent 9055f26 commit 1aacd30

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags:
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)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = index-now-for-python
3-
version = 1.0.6
3+
version = 1.0.7
44
author = Jakob Bagterp
55
author_email = jakob_bagterp@hotmail.com
66
maintainer = Jakob Bagterp

src/index_now/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (1, 0, 6)
1+
__version_info__ = (1, 0, 7)
22
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)