Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit c965225

Browse files
Version 0.0.6 (#20)
* Version 0.0.6 * Bump GitHub actions
1 parent cfb21af commit c965225

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

dashboard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .datasource import DataSource, MockDataSource, autoincrement
33

44

5-
__version__ = "0.0.5"
5+
__version__ = "0.0.6"

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,8 @@ $ venv/bin/python
5656
$ venv/bin/uvicorn example:app
5757
```
5858

59+
---
60+
5961
With many thanks to Eren Güven ([Twitter](https://twitter.com/cyberfart), [GitHub](https://github.com/eguven/)) for the `dashboard` PyPI package name.
62+
63+
*Version: 0.0.6*

0 commit comments

Comments
 (0)