Skip to content

Commit 0795591

Browse files
committed
Bump to version 0.9.4.
1 parent ca6fd66 commit 0795591

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=0.9.3&color=yellowgreen)](https://github.com/jakob-bagterp/timer-for-python/releases/latest)
1+
[![Latest version](https://img.shields.io/static/v1?label=version&message=0.9.4&color=yellowgreen)](https://github.com/jakob-bagterp/timer-for-python/releases/latest)
22
[![Python 3.10 | 3.11 | 3.12 | 3.13+](https://img.shields.io/static/v1?label=python&message=3.10%20|%203.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/timer-for-python/blob/master/LICENSE.md)
44
[![Codecov](https://codecov.io/gh/jakob-bagterp/timer-for-python/branch/master/graph/badge.svg?token=P4IT8WQO0R)](https://codecov.io/gh/jakob-bagterp/timer-for-python)

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags:
55
- Tutorial
66
---
77

8-
[![Latest version](https://img.shields.io/static/v1?label=version&message=0.9.3&color=yellowgreen)](https://github.com/jakob-bagterp/timer-for-python/releases/latest)
8+
[![Latest version](https://img.shields.io/static/v1?label=version&message=0.9.4&color=yellowgreen)](https://github.com/jakob-bagterp/timer-for-python/releases/latest)
99
[![Python 3.10 | 3.11 | 3.12 | 3.13+](https://img.shields.io/static/v1?label=python&message=3.10%20|%203.11%20|%203.12%20|%203.13%2B&color=blueviolet)](https://www.python.org)
1010
[![MIT license](https://img.shields.io/static/v1?label=license&message=MIT&color=blue)](https://github.com/jakob-bagterp/timer-for-python/blob/master/LICENSE.md)
1111
[![Codecov](https://codecov.io/gh/jakob-bagterp/timer-for-python/branch/master/graph/badge.svg?token=P4IT8WQO0R)](https://codecov.io/gh/jakob-bagterp/timer-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 = timer-for-python
3-
version = 0.9.3
3+
version = 0.9.4
44
author = Jakob Bagterp
55
author_email = [email protected]
66
maintainer = Jakob Bagterp

src/timer/version.py

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

0 commit comments

Comments
 (0)