Skip to content

Commit

Permalink
feat: support rich>=12.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aintbe committed Nov 6, 2024
1 parent 87b0e8e commit 48caae8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ohmygod/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""OH MY GOD package built upon rich console interface"""

__version__ = "0.1.3"
__version__ = "0.1.4"


from .main import OhMyGod
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ohmygod"
version = "0.1.3"
version = "0.1.4"
description = "Rich CLI tool powered by Buddha"
authors = ["Sori Lim <sori@chartmetric.com>"]
license = "MIT"
Expand All @@ -9,8 +9,8 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
colorama = "^0.4"
rich = "^13.9.0"
readchar = "^4.0.0"
rich = ">=12.4.4"


[build-system]
Expand Down

0 comments on commit 48caae8

Please sign in to comment.