File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# GitHub Actions CI workflow for TaskNow CLI
2
2
# This workflow runs tests, checks coverage, and builds the package on every push and pull request.
3
- # Compatible with Python 3.7 +
3
+ # Compatible with Python 3.10 +
4
4
5
5
name : CI for TaskNow CLI
6
6
Original file line number Diff line number Diff line change 1
1
# TaskNow
2
2
3
- A super simple terminal to-do app that helps you focus on one task at a time.
3
+ A terminal to-do app that helps you focus on one task at a time.
4
4
5
5
[ ![ PyPI version] ( https://img.shields.io/pypi/v/tasknow.svg )] ( https://pypi.org/project/tasknow/ )
6
6
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "tasknow" ,
5
- version = "1.0.5 " ,
6
- description = "A super simple terminal to-do app that helps you focus on one task at a time." ,
5
+ version = "1.0.6 " ,
6
+ description = "A terminal to-do app that helps you focus on one task at a time." ,
7
7
long_description = """# TaskNow
8
8
9
- A super simple terminal to-do app that helps you focus on one task at a time.
9
+ A terminal to-do app that helps you focus on one task at a time.
10
10
11
11
## Why use TaskNow?
12
12
You can’t perform that action at this time.
0 commit comments