staticdash 0.4.3__tar.gz → 0.4.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: staticdash
3
- Version: 0.4.3
3
+ Version: 0.4.4
4
4
  Summary: A lightweight static HTML dashboard generator with Plotly and pandas support.
5
5
  Author-email: Brian Day <brian.day1@gmail.com>
6
6
  License: CC0-1.0
@@ -48,7 +48,7 @@ pip install staticdash
48
48
 
49
49
  ## Live Demo
50
50
 
51
- [View the latest demo dashboard](https://briday1.github.io/staticdash/)
51
+ [View the latest demo dashboard](https://staticdash.github.io/staticdash/)
52
52
 
53
53
  ---
54
54
 
@@ -34,7 +34,7 @@ pip install staticdash
34
34
 
35
35
  ## Live Demo
36
36
 
37
- [View the latest demo dashboard](https://briday1.github.io/staticdash/)
37
+ [View the latest demo dashboard](https://staticdash.github.io/staticdash/)
38
38
 
39
39
  ---
40
40
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "staticdash"
7
- version = "0.4.3"
7
+ version = "0.4.4"
8
8
  description = "A lightweight static HTML dashboard generator with Plotly and pandas support."
9
9
  authors = [
10
10
  { name = "Brian Day", email = "brian.day1@gmail.com" }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: staticdash
3
- Version: 0.4.3
3
+ Version: 0.4.4
4
4
  Summary: A lightweight static HTML dashboard generator with Plotly and pandas support.
5
5
  Author-email: Brian Day <brian.day1@gmail.com>
6
6
  License: CC0-1.0
@@ -48,7 +48,7 @@ pip install staticdash
48
48
 
49
49
  ## Live Demo
50
50
 
51
- [View the latest demo dashboard](https://briday1.github.io/staticdash/)
51
+ [View the latest demo dashboard](https://staticdash.github.io/staticdash/)
52
52
 
53
53
  ---
54
54
 
File without changes