From 2b3679c8c974ec5f03dfbf073adef23323935f5d Mon Sep 17 00:00:00 2001 From: Isaak Uchakaev Date: Sun, 7 Jan 2024 17:03:20 +0300 Subject: [PATCH] Fix version --- mimesis/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mimesis/__init__.py b/mimesis/__init__.py index 3a6689ee7..d49bab752 100644 --- a/mimesis/__init__.py +++ b/mimesis/__init__.py @@ -145,7 +145,7 @@ "__license__", ] -__version__ = "12.0.0" +__version__ = "12.1.0" __title__ = "mimesis" __description__ = "Mimesis: Fake Data Generator." __url__ = "https://github.com/lk-geimfari/mimesis" diff --git a/pyproject.toml b/pyproject.toml index 7519d7773..c20ca6890 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mimesis" -version = "12.0.0" +version = "12.1.0" description = "Mimesis: Fake Data Generator." authors = ["Isaak Uchakaev "] license = "MIT"