Skip to content

Commit

Permalink
🔖 Release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GusFurtado committed May 11, 2022
1 parent a96b603 commit 6eb47b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="https://raw.githubusercontent.com/GusFurtado/DadosAbertosBrasil/master/assets/logo.png"><br>
<img src="https://raw.githubusercontent.com/GusFurtado/dab_assets/main/images/logo.png"><br>
</div>

---
Expand Down
2 changes: 2 additions & 0 deletions scripts/scrape_governadores.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,5 @@ def apply_vice(x:str) -> str:
data = df.to_json(orient='index')
with open('data/governadores.json', 'w') as f:
json.dump(data, f)

print('Feito!')
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
'DadosAbertosBrasil._utils',
'DadosAbertosBrasil._ibge'
],
version = '0.4.3',
version = '0.4.4',
license = 'MIT',
description = 'Pacote Python para acesso a dados abertos e APIs do governo brasileiro.',
long_description = long_description,
long_description_content_type = 'text/markdown',
author = 'Gustavo Furtado',
author_email = 'gustavofurtado2@gmail.com',
url = 'https://github.com/GusFurtado/DadosAbertosBrasil',
download_url = 'https://github.com/GusFurtado/DadosAbertosBrasil/archive/0.4.3.tar.gz',
download_url = 'https://github.com/GusFurtado/DadosAbertosBrasil/archive/0.4.4.tar.gz',

keywords = [
'brasil',
Expand Down

0 comments on commit 6eb47b7

Please sign in to comment.