Skip to content

Commit 3b645e6

Browse files
committed
version
1 parent 356ec84 commit 3b645e6

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tomato -h # help
5454

5555
```sh
5656
🍅 tomato 25 minutes. Ctrl+C to exit
57-
🍅🍅---------------------------------------------- [8%] 23:4
57+
🍅🍅---------------------------------------------- [8%] 23:04
5858
```
5959

6060
## Desktop Notification
@@ -86,16 +86,12 @@ MacOS already has `say`. see [here](https://ss64.com/osx/say.html) or [more deta
8686

8787
- Ubuntu
8888

89-
see this link: [say](http://manpages.ubuntu.com/manpages/trusty/man1/say.1.html)
89+
See this link: [say](http://manpages.ubuntu.com/manpages/trusty/man1/say.1.html)
9090

9191
```sh
9292
sudo apt-get install gnustep-gui-runtime
9393
```
9494

95-
## Package & Publish
95+
- Windows
9696

97-
```sh
98-
pip install setuptools wheel twine
99-
rm -rf dist && python setup.py sdist bdist_wheel
100-
twine upload dist/*
101-
```
97+
Check this one: https://github.com/SeanBracksDev/tomato-clock

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description = f.read()
99

1010
description = "Tomato Clock is a straightforward command-line Pomodoro application."
11-
version = "0.0.11"
11+
version = "0.1.0"
1212

1313
setup(
1414
name="tomato-clock",

0 commit comments

Comments
 (0)