Skip to content

Commit 6558b3a

Browse files
committed
Bump version: 0.2.4 → 0.3.0
1 parent 4e63fc8 commit 6558b3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "Flask-Mailman"
3-
version = "0.2.4"
3+
version = "0.3.0"
44
description = "Porting Django's email implementation to your Flask applications."
55
authors = ["Waynerv <[email protected]>"]
66
license = "BSD-3-Clause"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.4
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)