Skip to content

Commit

Permalink
Ready for v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithil467 committed Mar 26, 2020
1 parent b66ff71 commit 1de8d34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Features

💻 For Linux, Windows and macOS

🐍 Runs on python 3 and 2 both

😄 No external dependencies*

📝 Choose custom text from a file
Expand Down Expand Up @@ -86,6 +88,10 @@ You can use text from your own file by

You can quit the app anytime by pressing the **ESC** key.

Do directly run from repo:

```python local_host.py```

Dependencies
============

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
setup(
name="mitype",
packages=["mitype"],
version="0.1.3",
version="0.1.4",
license="GPL",
description="A command line tool to improve typing speed",
author="MITHIL POOJARY",
author_email="[email protected]",
url="https://github.com/mithil467/mitype",
download_url="https://github.com/mithil467/mitype/archive/v0.1.3.tar.gz",
download_url="https://github.com/mithil467/mitype/archive/v0.1.4.tar.gz",
keywords=["TYPE", "MITYPE", "WPM"],
long_description=LONG_DESCRIPTION,
classifiers=[
Expand Down

0 comments on commit 1de8d34

Please sign in to comment.