Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Jul 17, 2023
1 parent dfb1a56 commit 1aa5d96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "keymap-drawer"
version = "0.9.0"
version = "0.10.0"
description = "A module and CLI tool to help parse and draw keyboard layouts."
authors = ["Cem Aksoylar <[email protected]>"]
readme = ["README.md", "KEYMAP_SPEC.md"]
Expand All @@ -12,6 +12,7 @@ repository = "https://github.com/caksoylar/keymap-drawer"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/caksoylar/keymap-drawer/issues"
"Release Notes" = "https://github.com/caksoylar/keymap-drawer/releases"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit 1aa5d96

Please sign in to comment.