Skip to content

Commit

Permalink
description & version
Browse files Browse the repository at this point in the history
  • Loading branch information
coolcode committed Feb 4, 2024
1 parent 15ef223 commit 2e111cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Publish to PyPI](https://github.com/coolcode/tomato-clock/actions/workflows/package.yml/badge.svg)](https://github.com/coolcode/tomato-clock/actions/workflows/package.yml)
[![PyPI tomato-clock](https://badge.fury.io/py/tomato-clock.svg)](https://pypi.python.org/pypi/tomato-clock/)

Tomato Clock is a simple command line pomodoro app.
Tomato Clock is a straightforward command-line Pomodoro application.

- [Pomodoro Technique](https://en.wikipedia.org/wiki/Pomodoro_Technique)
- [番茄工作法](https://zh.wikipedia.org/zh-cn/%E7%95%AA%E8%8C%84%E5%B7%A5%E4%BD%9C%E6%B3%95)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
with open(path.join(this_directory, "README.md"), encoding="utf-8") as f:
long_description = f.read()

description = "Tomato Clock is a simple command line pomodoro app"
version = "0.0.10"
description = "Tomato Clock is a straightforward command-line Pomodoro application."
version = "0.0.11"

setup(
name="tomato-clock",
Expand Down

0 comments on commit 2e111cb

Please sign in to comment.