Skip to content

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
elben10 committed Feb 25, 2021
1 parent 04cd180 commit 58b0720
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dash_data_table/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from dash_data_table import components
from dash_data_table.components import *

__version__ = "0.0.4"
__version__ = "0.0.5"
_current_path = os.path.dirname(os.path.abspath(__file__))
METADATA_PATH = os.path.join(_current_path, "components", "metadata.json")

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-data-table",
"version": "0.0.4",
"version": "0.0.5",
"description": "Project Description",
"main": "build/index.js",
"scripts": {
Expand Down
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 = "dash_data_table"
version = "0.0.4"
version = "0.0.5"
description = ""
authors = ["Jakob Jul Elben <[email protected]>"]
include = ["README.md", "package.json", "dash_data_table/components/*"]
Expand Down

0 comments on commit 58b0720

Please sign in to comment.