Skip to content

Commit 1353a7a

Browse files
authored
Add note to README indicating it is auto-generated, update dependencies, and update version to 0.9.1 (#34)
1 parent 1935c96 commit 1353a7a

File tree

3 files changed

+189
-15
lines changed

3 files changed

+189
-15
lines changed

poetry.lock

Lines changed: 162 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[tool.poetry]
33
name = "ronbun"
44
description = "The Sample Programs README Automation Tool"
5-
version = "0.9.0"
5+
version = "0.9.1"
66
license = "MIT"
77

88
authors = [
@@ -21,8 +21,8 @@ classifiers=[
2121

2222
[tool.poetry.dependencies]
2323
python = "^3.9"
24-
snakemd = "^2.2.0"
25-
subete = "^0.20.0"
24+
snakemd = "^2.3.0"
25+
subete = "^0.21.0"
2626

2727
[tool.poetry.group.test.dependencies]
2828
coverage = "^7.2"

0 commit comments

Comments
 (0)