Skip to content

Commit

Permalink
python-package: release 2.0.0b27 (#1761)
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro authored Jan 28, 2025
1 parent 71db329 commit e17a23f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.26"
version = "2.0.0-beta.27"
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.26",
version="2.0.0-beta.27",
packages=find_packages(),
include_package_data=True,
)

0 comments on commit e17a23f

Please sign in to comment.