chore: Bumps version and adds markdown2 dependency

Updates project version from 0.1.2 to 0.1.3 to reflect
incremental changes.

Adds markdown2 as a new dependency to support markdown
rendering functionality.
This commit is contained in:
Kumi 2024-12-02 12:11:36 +01:00
parent d8d5bf215c
commit a97bcb60a8
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -7,7 +7,7 @@ allow-direct-references = true
[project]
name = "matrix-applicationbot"
version = "0.1.2"
version = "0.1.3"
authors = [{ name = "Kumi", email = "kumi@private.coffee" }]
@ -26,7 +26,8 @@ classifiers = [
dependencies = [
"matrix-nio>=0.24.0",
"pyyaml"
"pyyaml",
"markdown2",
]
[project.urls]