From bba3fb9420ce136da4f3d5096a9caff970eba87e Mon Sep 17 00:00:00 2001 From: Anatolii <53064218+a-maliarov@users.noreply.github.com> Date: Thu, 28 Apr 2022 08:57:15 +0300 Subject: [PATCH] Update to version 0.7.2 --- simpleplots/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpleplots/__version__.py b/simpleplots/__version__.py index 02e81fc..0575cd0 100644 --- a/simpleplots/__version__.py +++ b/simpleplots/__version__.py @@ -1,7 +1,7 @@ __title__ = 'simpleplots' __description__ = "Pure Python, lightweight, Pillow-based plotting tool, focused on efficiency and prevention of memory losses." __url__ = 'https://github.com/a-maliarov/simpleplots' -__version__ = '0.7.1' +__version__ = '0.7.2' __author__ = 'Anatolii Maliarov' __author_email__ = 'tly.mov@gmail.com' __license__ = 'MIT'