Skip to content

Commit 3417bec

Browse files
committed
Bump version: 0.4.0 → 0.5.0
1 parent 249b3f9 commit 3417bec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0
2+
current_version = 0.5.0
33
commit = True
44
tag = True
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zalgo-cli"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "Zalgo Text Generator CLI"
55
authors = ["Teddy Xinyuan Chen <45612704+tddschn@users.noreply.github.com>"]
66
readme = "README.md"

zalgo_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.5.0"
22

33
import random
44
from typing import Iterable, Optional

0 commit comments

Comments
 (0)