From 10652cc0dd48f628858490194b89d9eb0380fb95 Mon Sep 17 00:00:00 2001 From: Gaurav Juvekar Date: Sat, 20 Apr 2024 14:09:13 -0700 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- src/remote_email_filtering/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea3ee07..e338c1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "remote-email-filtering" -version = "0.2.3" +version = "0.2.4" description = "Email client library for automation" authors = ["Gaurav Juvekar "] license = "MIT" diff --git a/src/remote_email_filtering/__init__.py b/src/remote_email_filtering/__init__.py index c8221b1..cbb8449 100644 --- a/src/remote_email_filtering/__init__.py +++ b/src/remote_email_filtering/__init__.py @@ -1,6 +1,6 @@ # Copyright 2022, Gaurav Juvekar # SPDX-License-Identifier: MIT -__version__ = '0.2.3' +__version__ = '0.2.4' from .types import * from .main import start