Skip to content

Commit 822c1f5

Browse files
committedMay 13, 2021
update file
1 parent e482d71 commit 822c1f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Projects/Python/1/Documentation/Installation/Installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ To clone the repository and install this project, make sure you have Git install
147147
Developers from the Github community that would like to contribute to the development of this project should first create a fork, and clone that repository. For detailed information please view the [CONTRIBUTING](../../../../../CONTRIBUTING.md "CONTRIBUTING") guide. You should pull the latest code from the development branch.
148148

149149
```
150-
$ git clone -b "0.2.0" https://github.com/COVID-19-AI-Research-Project/xDNN.git
150+
$ git clone -b "1.1.0" https://github.com/COVID-19-AI-Research-Project/xDNN.git
151151
```
152152

153-
The **-b "0.2.0"** parameter ensures you get the code from the latest master branch. Before using the below command please check our latest master branch in the button at the top of the project README.
153+
The **-b "1.1.0"** parameter ensures you get the code from the latest master branch. Before using the below command please check our latest master branch in the button at the top of the project README.
154154

155155
 
156156

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## COVID-19 xDNN Classifiers
33
[![xDNN](Media/Images/covid-19-ai-research-xdnn.png)](https://github.com/COVID-19-AI-Research-Project/xDNN)
44

5-
[![VERSION](https://img.shields.io/badge/VERSION-0.1.0-blue.svg)](https://github.com/COVID-19-AI-Research-Project/xDNN/tree/0.1.0) [![DEV BRANCH](https://img.shields.io/badge/DEV%20BRANCH-0.2.0-blue.svg)](https://github.com/COVID-19-AI-Research-Project/xDNN/tree/0.2.0) [![Issues Welcome!](https://img.shields.io/badge/Contributions-Welcome-lightgrey.svg)](CONTRIBUTING.md) [![Issues](https://img.shields.io/badge/Issues-Welcome-lightgrey.svg)](issues) [![LICENSE](https://img.shields.io/badge/LICENSE-MIT-blue.svg)](LICENSE)
5+
[![VERSION](https://img.shields.io/badge/VERSION-1.0.0-blue.svg)](https://github.com/COVID-19-AI-Research-Project/xDNN/tree/1.0.0) [![DEV BRANCH](https://img.shields.io/badge/DEV%20BRANCH-1.1.0-blue.svg)](https://github.com/COVID-19-AI-Research-Project/xDNN/tree/1.1.0) [![Issues Welcome!](https://img.shields.io/badge/Contributions-Welcome-lightgrey.svg)](CONTRIBUTING.md) [![Issues](https://img.shields.io/badge/Issues-Welcome-lightgrey.svg)](issues) [![LICENSE](https://img.shields.io/badge/LICENSE-MIT-blue.svg)](LICENSE)
66

77
 
88

0 commit comments

Comments
 (0)
Please sign in to comment.