Skip to content

Commit

Permalink
🚀 Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GusFurtado committed Apr 3, 2022
1 parent 9194d24 commit 0666561
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Some pre-built page layouts.

## Getting Started

Check the [example app](https://github.com/GusFurtado/dash-charlotte/blob/main/example_app.py).
Check the [example app](https://github.com/GusFurtado/dash-charlotte/tree/deploy).
1 change: 1 addition & 0 deletions dash_charlotte/components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ A set of standard Dash components for a fast and modular dashboard building.
- [**Box**](https://github.com/GusFurtado/dash-charlotte/blob/main/dash_charlotte/components/box.py)
- [**Dashboard**](https://github.com/GusFurtado/dash-charlotte/blob/main/dash_charlotte/components/dashboard.py)
- [**Drawer**](https://github.com/GusFurtado/dash-charlotte/blob/main/dash_charlotte/components/drawer.py)
- [**Footer**](https://github.com/GusFurtado/dash-charlotte/blob/main/dash_charlotte/components/footer.py)
- [**Navbar**](https://github.com/GusFurtado/dash-charlotte/blob/main/dash_charlotte/components/navbar.py)
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
'dash_charlotte.layouts',
'dash_charlotte.themes',
],
version = '0.1.0',
version = '0.2.0',
license = 'MIT',
description = 'A package of themes, tools and components for Plotly-Dash web dashboards.',
long_description = long_description,
long_description_content_type = 'text/markdown',
author = 'Gustavo Furtado',
author_email = 'gustavofurtado2@gmail.com',
url = 'https://github.com/GusFurtado/dash-charlotte',
download_url = 'https://github.com/GusFurtado/dash-charlotte/archive/0.1.0.tar.gz',
download_url = 'https://github.com/GusFurtado/dash-charlotte/archive/0.2.0.tar.gz',

keywords = [
'dashboard',
Expand Down

0 comments on commit 0666561

Please sign in to comment.