Skip to content

Commit

Permalink
Atualizacao do pyproject.toml para versao 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamaia committed Jul 23, 2023
1 parent b7066a3 commit 3009388
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "brutils"
version = "1.0.3"
version = "2.0.0"
description = "Utils library for specific Brazilian businesses"
authors = ["The Brazilian Utils Organization"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/brazilian-utils/brutils"
keywords = ["cpf", "cnpj", "document", "validation", "brazil", "brazilian"]
keywords = ["cpf", "cnpj", "cep", "document", "validation", "brazil", "brazilian"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
Expand All @@ -28,7 +28,6 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"


[tool.poetry.group.test.dependencies]
coverage = "^7.2.7"

Expand Down

0 comments on commit 3009388

Please sign in to comment.