Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravjuvekar committed Apr 20, 2024
1 parent d767a82 commit 10652cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/remote_email_filtering/__init__.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 10652cc

Please sign in to comment.