From 86bf667e38449350d6098ece9c619c1831ccbb6c Mon Sep 17 00:00:00 2001 From: Mithil Date: Sun, 19 Apr 2020 09:06:47 +0530 Subject: [PATCH] Ready for v0.1.7 --- mitype/__init__.py | 2 +- setup.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mitype/__init__.py b/mitype/__init__.py index eb6393d..d21ce18 100644 --- a/mitype/__init__.py +++ b/mitype/__init__.py @@ -1,4 +1,4 @@ """Mitype""" __author__ = "Mithil Poojary" -__version__ = "0.1.3" +__version__ = "0.1.7" diff --git a/setup.py b/setup.py index 956458c..4b5d705 100644 --- a/setup.py +++ b/setup.py @@ -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="mithil467@gmail.com", 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",