Skip to content

Commit c5bfef8

Browse files
author
Janos Tolgyesi
committed
Fix doc images
1 parent 7e201af commit c5bfef8

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,5 @@ conn = st.connection(
110110
table_editor = DynamoDBTableEditor(conn)
111111
table_editor.edit()
112112
```
113+
114+
![Table editor](https://github.com/mrtj/st-dynamodb-connection/blob/main/docs/table_editor.png?raw=true "Table editor")

docs/pandas_api.png

-56.9 KB
Loading

docs/table_editor.png

213 KB
Loading

dynamodb_connection/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .connection import DynamoDBConnection, DynamoDBConnectionApiType, DynamoDBItemType
44
from .table_editor import DynamoDBTableEditor
55

6-
__version__ = "0.1.4"
6+
__version__ = "0.1.5"
77

88
__all__ = [
99
"DynamoDBConnection",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "st-dynamodb-connection"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Streamlit Connection for Amazon DynamoDB."
55
authors = ["Janos Tolgyesi <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)