diff --git a/pyboxen/__init__.py b/pyboxen/__init__.py index b298f79..88d37e5 100644 --- a/pyboxen/__init__.py +++ b/pyboxen/__init__.py @@ -4,6 +4,6 @@ It is built on top of Rich, and is fully compatible with most Rich styling syntax and Rich renderables """ -__version__ = "1.1.0" +__version__ = "1.1.1" from .main import * diff --git a/pyproject.toml b/pyproject.toml index b1fff61..c087983 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyboxen" -version = "1.1.0" +version = "1.1.1" description = "Beautiful, customizable boxes in your terminal using Python" authors = ["Skyascii "] license = "MIT"