File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ _Contents:_ **[Installation](#installation)** | **[🚀 Quick Start](#-quick-sta
4747### Installation
4848
4949```
50- pip install traceback-with-variables
50+ pip install traceback-with-variables==2.0.4
5151```
5252```
53- conda install -c conda-forge traceback-with-variables
53+ conda install -c conda-forge traceback-with-variables=2.0.4
5454```
5555
5656### 🚀 Quick Start
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ _Contents:_ **[Installation](#installation)** | **[🚀 Quick Start](#-quick-sta
4747### Installation
4848
4949```
50- pip install traceback-with-variables
50+ pip install traceback-with-variables=={{ version }}
5151```
5252```
53- conda install -c conda-forge traceback-with-variables
53+ conda install -c conda-forge traceback-with-variables={{ version }}
5454```
5555
5656### 🚀 Quick Start
Original file line number Diff line number Diff line change 22
33from jinja2 import Template
44
5+ from traceback_with_variables import __version__ as version
6+
57
68user_name = 'andy-landy'
79repo_name = 'traceback_with_variables'
3032 pypi_url = pypi_url ,
3133 content_url = content_url ,
3234 gitter_url = gitter_url ,
35+ version = version ,
3336))
You can’t perform that action at this time.
0 commit comments