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:
parent
d8d5bf215c
commit
a97bcb60a8
1 changed files with 3 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue