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
- [ ![ 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 )
2
2
[ ![ 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 )
3
3
[ ![ 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 )
4
4
[ ![ 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 )
Original file line number Diff line number Diff line change 5
5
- Tutorial
6
6
---
7
7
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 )
9
9
[ ![ 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 )
10
10
[ ![ 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 )
11
11
[ ![ 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 )
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = timer-for-python
3
- version = 0.9.3
3
+ version = 0.9.4
4
4
author = Jakob Bagterp
5
5
6
6
maintainer = Jakob Bagterp
Original file line number Diff line number Diff line change 1
- __version_info__ = (0 , 9 , 3 )
1
+ __version_info__ = (0 , 9 , 4 )
2
2
__version__ = "." .join (map (str , __version_info__ ))
You can’t perform that action at this time.
0 commit comments