Skip to content

Commit

Permalink
Merge pull request #3 from AdamMiltonBarker/main
Browse files Browse the repository at this point in the history
1.0.0
  • Loading branch information
AdamMiltonBarker authored May 23, 2021
2 parents a9fbe3d + b8bba92 commit f54109a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

![SARS-CoV-2 xDNN Classifier](assets/images/covid-xdnn-hias.jpg)

[![CURRENT RELEASE](https://img.shields.io/badge/CURRENT%20RELEASE-0.0.0-blue.svg)](https://github.com/AIIAL/SARS-CoV-2-xDNN-Classifier/tree/0.0.0) [![UPCOMING RELEASE](https://img.shields.io/badge/CURRENT%20DEV%20BRANCH-1.0.0-blue.svg)](https://github.com/AIIAL/SARS-CoV-2-xDNN-Classifier/tree/1.0.0) [![Contributions 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)
[![CURRENT RELEASE](https://img.shields.io/badge/CURRENT%20RELEASE-1.0.0-blue.svg)](https://github.com/AIIAL/SARS-CoV-2-xDNN-Classifier/tree/1.0.0) [![UPCOMING RELEASE](https://img.shields.io/badge/CURRENT%20DEV%20BRANCH-2.0.0-blue.svg)](https://github.com/AIIAL/SARS-CoV-2-xDNN-Classifier/tree/2.0.0) [![Contributions 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)

 

Expand Down
4 changes: 2 additions & 2 deletions documentation/installation/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ Navigate to the **SARS-CoV-2-xDNN-Classifier** directory, this is your project r
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.

```
git clone -b "1.0.0" https://github.com/AIIAL/SARS-CoV-2-xDNN-Classifier.git
git clone -b "2.0.0" https://github.com/AIIAL/SARS-CoV-2-xDNN-Classifier.git
```

The **-b "1.0.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.
The **-b "2.0.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.

## Setup File

Expand Down

0 comments on commit f54109a

Please sign in to comment.