Skip to content

Commit

Permalink
bumped up minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
fccoelho committed May 23, 2022
1 parent 12316f4 commit 1141199
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pysus"
description = "Tools for dealing with Brazil's Public health data"
authors = ["Flavio Codeco Coelho"]
version = "0.5.14"
version = "0.5.16"
homepage = "https://github.com/fccoelho/PySUS"

[tool.poetry.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build_sphinx]
project = 'PySUS'
version = 0.5
release = 0.5.14
release = 0.5.16
source-dir = './docs/source'

[flake8]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name="PySUS",
version="0.5.14",
version="0.5.15",
packages=find_packages(),
package_data={"": ["*.c", "*.h", "*.o", "*.so", "*.md", "*.txt"]},
include_package_data=True,
Expand Down

0 comments on commit 1141199

Please sign in to comment.