From 689afb2336c91f4464baaad16b351e039c6dc4e6 Mon Sep 17 00:00:00 2001 From: Isaak Uchakaev Date: Sun, 22 May 2022 02:51:09 +0300 Subject: [PATCH] Update 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 21862a910..d5d736eba 100644 --- a/mimesis/__init__.py +++ b/mimesis/__init__.py @@ -69,7 +69,7 @@ "__license__", ] -__version__ = "5.3.0" +__version__ = "5.4.0" __title__ = "mimesis" __description__ = "Mimesis: fake data generator." __url__ = "https://github.com/lk-geimfari/mimesis" diff --git a/pyproject.toml b/pyproject.toml index ddb80f552..8604109b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mimesis" -version = "5.3.0" +version = "5.4.0" description = "Mimesis: Fake Data Generator." authors = ["Isaak Uchakaev "] license = "MIT"