Skip to content

Commit

Permalink
Correção README e Setup versão 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Biaggi Carvalho committed Dec 28, 2021
1 parent 45c3aeb commit a4323e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Testado com Python 3.7. Para dependências, ver _requirements.txt_.
Para instalação automática do SDK e dependências via `pip`, execute a linha abaixo:

```shell
$ pip install git+https://github.com/CPqD/trd-sdk-python.git@feature/api-v3
$ pip install git+https://github.com/CPqD/trd-sdk-python.git@v1.0.0
```

#### Servidor WSGI para _callbacks_ via Webhooks
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="cpqdtrd",
version="0.0.1",
version="1.0.0",
description="CPqD Dialog Transcription Client",
install_requires=install_requires,
author="Akira Miasato",
Expand Down

0 comments on commit a4323e0

Please sign in to comment.