Skip to content

Commit

Permalink
Ready for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithil467 committed Sep 21, 2020
1 parent 7273415 commit bba5e3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mitype/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Mitype"""

__author__ = "Mithil Poojary"
__version__ = "0.1.9"
__version__ = "0.2.0"
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.9",
version="0.2.0",
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.9.tar.gz",
download_url="https://github.com/mithil467/mitype/archive/v0.2.0.tar.gz",
keywords=["MITYPE", "TERMINAL", "WPM", "SPEED", "TYPE"],
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit bba5e3a

Please sign in to comment.