From b91a7f10a37a322cd7d78261be005ec3956738cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=A3=20Bida=20Vacaro?= Date: Wed, 23 Nov 2022 09:31:06 -0300 Subject: [PATCH] Release 0.6.3 --- pyproject.toml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3d426b94..45bf2b5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysus" -version = "0.6.2" +version = "0.6.3" description = "Tools for dealing with Brazil's Public health data" authors = ["Flavio Codeco Coelho "] license = "GPL" diff --git a/setup.cfg b/setup.cfg index c872fbe8..6bc0eda0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ license-file = LICENSE [build_sphinx] project = 'PySUS' version = 0.6 -release = 0.6.0 +release = 0.6.3 source-dir = './docs/source' [flake8]