diff --git a/mitype/__init__.py b/mitype/__init__.py index 6d8adc3..e8080de 100644 --- a/mitype/__init__.py +++ b/mitype/__init__.py @@ -1,4 +1,4 @@ """Mitype.""" __author__ = "Mithil Poojary" -__version__ = "0.2.1" +__version__ = "0.2.2" diff --git a/setup.py b/setup.py index 0b6fc36..55e15a1 100644 --- a/setup.py +++ b/setup.py @@ -9,13 +9,13 @@ setup( name="mitype", packages=["mitype"], - version="0.2.1", + version="0.2.2", 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.2.1.tar.gz", + download_url="https://github.com/mithil467/mitype/archive/v0.2.2.tar.gz", keywords=["MITYPE", "TERMINAL", "WPM", "SPEED", "TYPE"], long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",