Skip to content

Commit 469135c

Browse files
committed
Bump to 2.3.0, add workflow_dispatch to release
1 parent a2564ec commit 469135c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Release
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
permissions:
89
contents: read

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "badwords-py"
7-
version = "2.2.0"
7+
version = "2.3.0"
88
requires-python = ">=3.10"
99
authors = [
1010
{name = "iamlostshe", email = "vanamelcikov7275@gmail.com"},

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "badwords-py"
7-
version = "2.2.0"
7+
version = "2.3.0"
88
requires-python = ">=3.10"
99
authors = [
1010
{name = "iamlostshe", email = "vanamelcikov7275@gmail.com"},

0 commit comments

Comments
 (0)