Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa-rod committed Jan 13, 2024
1 parent b27befd commit 5de0111
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyettj"
version = "0.3.0"
version = "0.3.1"
description = "Coletar dados de curvas de juros (ettj)."
readme = "README.md"
authors = ["Rafael Rodrigues <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

this_directory = os.path.abspath(os.path.dirname(__file__))

with open(os.path.join(this_directory, 'README_pypi.md'), encoding="utf-8") as f:
with open(os.path.join(this_directory, 'README.md'), encoding="utf-8") as f:
long_description = f.read()

with open(os.path.join(this_directory,'version.py'), encoding="utf-8") as f:
Expand Down
2 changes: 1 addition & 1 deletion src/pyettj/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

__version__ = "0.3.0"
__version__ = "0.3.1"

print("pyettj {}".format(__version__))

0 comments on commit 5de0111

Please sign in to comment.