From c24d9cc2e917ac2eed51ddf95f6ccf6469b42d0f Mon Sep 17 00:00:00 2001 From: arkohut <39525455+arkohut@users.noreply.github.com> Date: Tue, 10 Sep 2024 18:28:47 +0800 Subject: [PATCH] chore: bump 0.6.9 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d763168..1836d26 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ This will start a screen recorder, which will take screenshots every 5 seconds a memos serve ``` -This will start a web server, and you can access the web interface at `http://localhost:8080`. +This will start a web server, and you can access the web interface at `http://localhost:8080`. The default username and password is `admin` and `changeme`. ### Index the screenshots diff --git a/pyproject.toml b/pyproject.toml index bed964e..bcc2ce6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "memos" -version = "0.6.8" +version = "0.6.9" description = "A package for memos" readme = "README.md" authors = [{ name = "arkohut" }]