Skip to content

Commit

Permalink
ver: 20.07.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouriya Jahanbakhsh committed Jul 26, 2020
1 parent 506be73 commit 4aefb52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tir/__init__.py
Original file line number Diff line number Diff line change
@@ -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__ = "[email protected]"
Expand Down

0 comments on commit 4aefb52

Please sign in to comment.