From 6624d2379bfacfe38b43c37ce0bcb1d56234839f Mon Sep 17 00:00:00 2001 From: FernandoCelmer Date: Sun, 28 Apr 2024 21:17:25 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20PyPI-Test=20-=20Build=200.2.0-de?= =?UTF-8?q?v.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- email_profile/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/email_profile/__init__.py b/email_profile/__init__.py index c915abd..0b21389 100644 --- a/email_profile/__init__.py +++ b/email_profile/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.0-dev.9" +__version__ = "0.2.0-dev.10" __author__ = 'Fernando Celmer ' __copyright__ = """MIT License diff --git a/pyproject.toml b/pyproject.toml index 6498eff..b3df6b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "email-profile" -version = "0.2.0-dev.9" +version = "0.2.0-dev.10" authors = [ { name="Fernando Celmer", email="email@fernandocelmer.com" }, ]