Skip to content

Commit 8046df3

Browse files
committed
Update project description in readme and setup
1 parent 2372238 commit 8046df3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitHub Actions CI workflow for TaskNow CLI
22
# 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+
44

55
name: CI for TaskNow CLI
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TaskNow
22

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.
44

55
[![PyPI version](https://img.shields.io/pypi/v/tasknow.svg)](https://pypi.org/project/tasknow/)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
setup(
44
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.",
77
long_description="""# TaskNow
88
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.
1010
1111
## Why use TaskNow?
1212

0 commit comments

Comments
 (0)