From 3e79716c18023310310a67ec2f1b714c4c019a9b Mon Sep 17 00:00:00 2001 From: Alexey Date: Tue, 31 Oct 2023 18:52:47 +0700 Subject: [PATCH] Release 0.2.10 --- lovely_numpy/__init__.py | 2 +- settings.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lovely_numpy/__init__.py b/lovely_numpy/__init__.py index 1ce959e..d1f5818 100644 --- a/lovely_numpy/__init__.py +++ b/lovely_numpy/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.9" +__version__ = "0.2.10" from .repr_str import * from .repr_rgb import * diff --git a/settings.ini b/settings.ini index 30e9cc3..d585a50 100644 --- a/settings.ini +++ b/settings.ini @@ -5,7 +5,7 @@ ### Python library ### repo = lovely-numpy lib_name = lovely-numpy -version = 0.2.9 +version = 0.2.10 min_python = 3.7 license = MIT