From b87347f96661db6f03cc669e88c06be42ce5c634 Mon Sep 17 00:00:00 2001 From: Skyascii Date: Thu, 27 Apr 2023 17:45:13 +0400 Subject: [PATCH] release: 1.2.0 --- pyboxen/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyboxen/__init__.py b/pyboxen/__init__.py index 4910fd7..3c702af 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.2" +__version__ = "1.2.0" from .main import * diff --git a/pyproject.toml b/pyproject.toml index 58b8209..4ca2155 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyboxen" -version = "1.1.2" +version = "1.2.0" description = "Beautiful, customizable boxes in your terminal using Python" authors = ["Skyascii "] license = "MIT"