Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
coolcode committed Feb 4, 2024
1 parent 356ec84 commit 3b645e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tomato -h # help

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

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

- Ubuntu

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

```sh
sudo apt-get install gnustep-gui-runtime
```

## Package & Publish
- Windows

```sh
pip install setuptools wheel twine
rm -rf dist && python setup.py sdist bdist_wheel
twine upload dist/*
```
Check this one: https://github.com/SeanBracksDev/tomato-clock
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = f.read()

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

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

0 comments on commit 3b645e6

Please sign in to comment.