Skip to content

Commit

Permalink
Ready for v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithil467 committed Apr 19, 2020
1 parent e17e438 commit 86bf667
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.3"
__version__ = "0.1.7"
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
setup(
name="mitype",
packages=["mitype"],
version="0.1.6",
version="0.1.7",
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.6.tar.gz",
keywords=["TYPE", "MITYPE", "WPM"],
download_url="https://github.com/mithil467/mitype/archive/v0.1.7.tar.gz",
keywords=["MITYPE", "TERMINAL", "WPM", "SPEED", "TYPE"],
long_description=LONG_DESCRIPTION,
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Environment :: Console",
"Natural Language :: English",
Expand Down

0 comments on commit 86bf667

Please sign in to comment.