diff --git a/README.md b/README.md index 2db9b1d..01a704c 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ Have [**time.ir**](http://time.ir) in shell! #### Download Using `git`: ```sh -~ $ git clone --depth 1 --branch 19.10.07 https://github.com/Pouriya-Jahanbakhsh/tir && cd tir +~ $ git clone --depth 1 --branch 20.07.26 https://github.com/Pouriya-Jahanbakhsh/tir && cd tir ~/tir $ ``` Using `wget`: ```sh -~ $ wget https://github.com/Pouriya-Jahanbakhsh/tir/archive/19.10.07.tar.gz && tar xf 19.10.07.tar.gz && cd tir-19.10.07 -~/tir-19.10.07 $ +~ $ wget https://github.com/Pouriya-Jahanbakhsh/tir/archive/20.07.26.tar.gz && tar xf 20.07.26.tar.gz && cd tir-20.07.26 +~/tir-20.07.26 $ ``` #### Dependencies diff --git a/tir/__init__.py b/tir/__init__.py index b6b6298..82a821d 100644 --- a/tir/__init__.py +++ b/tir/__init__.py @@ -1,6 +1,6 @@ from __future__ import absolute_import -__version__ = "19.10.07" +__version__ = "20.07.26" __description__ = "have time.ir in terminal" __author__ = "Pouriya Jahanbakhsh" __email__ = "pouriya.jahanbakhsh@gmail.com"