Skip to content

Commit

Permalink
chore: publish v2.0.0b25
Browse files Browse the repository at this point in the history
  • Loading branch information
d116626 committed Jan 6, 2025
1 parent 75b4d58 commit 17f6ef3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
19 changes: 4 additions & 15 deletions python-package/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python-package/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "basedosdados"
version = "2.0.0-beta.23"
version = "2.0.0-beta.25"
description = "Organizar e facilitar o acesso a dados brasileiros através de tabelas públicas no BigQuery."
authors = ["Joao Carabetta <[email protected]>", "Ricardo Dahis", "Diego Oliveira"]
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion python-package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="basedosdados",
version="2.0.0-beta.23",
version="2.0.0-beta.25",
packages=find_packages(),
include_package_data=True,
)

0 comments on commit 17f6ef3

Please sign in to comment.