Skip to content

Commit 76220af

Browse files
committed
Bump version
1 parent bf4dbed commit 76220af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "mag-ink-dash-plus"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "E-Ink Magic Dashboard that runs off a battery powered Inkplate 10; displaying content from an ICS calendar feed and OpenWeatherMap that are retrieved and rendered by a Docker container."
55
authors = ["speedyg0nz", "stefanthoss"]
66
license = "Apache License 2.0"

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
cfg = MagInkDashConfig.get_config()
2525

26-
app = FastAPI(title="MagInkDashPlus Server", version="0.2.0")
26+
app = FastAPI(title="MagInkDashPlus Server", version="0.3.0")
2727

2828
logger = structlog.get_logger()
2929

0 commit comments

Comments
 (0)