Skip to content

Commit 4c5a09d

Browse files
committed
chore(sorry): just dummy changes - 1D89AC05
1 parent b303669 commit 4c5a09d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,19 @@ No dia a dia, muitas vezes precisamos clonar projetos do GitLab para nossa máqu
5353

5454
<p align="right">(<a href="#readme-top">back to top</a>)</p>
5555

56-
# Instalação
56+
# Requirements
57+
58+
- Python >= 3.8
59+
60+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
61+
62+
# Installation
5763

5864
```bash
5965
pip install -r requirements.txt --break-system-packages
6066
pip install --break-system-packages .
6167
```
6268

63-
# Requisitos
64-
6569
<p align="right">(<a href="#readme-top">back to top</a>)</p>
6670

6771
# Usage

gitlabrc/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = (1, 0, 0)
4-
5-
__version__ = ".".join(map(str, VERSION))
3+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)