Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoklosowski committed Sep 8, 2024
1 parent 16ecc83 commit 60b8437
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pip install git+https://github.com/eduardoklosowski/qldebugger.git
Também é possível selecionar uma versão específica. Exemplo:

```sh
pip install git+https://github.com/eduardoklosowski/qldebugger.git@v0.0.0
pip install git+https://github.com/eduardoklosowski/qldebugger.git@v0.3.0
```

## Instalando via pacote da release
Expand All @@ -28,8 +28,8 @@ Outra opção é utilizar os pacotes gerados no lançamento de uma versão. Para

```sh
# Pacote Wheel
pip install https://github.com/eduardoklosowski/qldebugger/releases/download/v0.0.0/qldebugger-0.0.0-py3-none-any.whl
pip install https://github.com/eduardoklosowski/qldebugger/releases/download/v0.3.0/qldebugger-0.3.0-py3-none-any.whl

# Fonte
pip install https://github.com/eduardoklosowski/qldebugger/releases/download/v0.0.0/qldebugger-0.0.0.tar.gz
pip install https://github.com/eduardoklosowski/qldebugger/releases/download/v0.3.0/qldebugger-0.3.0.tar.gz
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "qldebugger"
version = "0.0.0"
version = "0.3.0"
description = "Utility to debug AWS lambdas with SQS messages"
authors = ["Eduardo Klosowski <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 60b8437

Please sign in to comment.