From 7db5c4ec9154fff6fd787da0bee820f11347a2a5 Mon Sep 17 00:00:00 2001 From: Teddy Xinyuan Chen <45612704+tddschn@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:10:45 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- zalgo_cli/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 499ffb0..dada306 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.4.0 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index e736fee..bed194a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zalgo-cli" -version = "0.3.0" +version = "0.4.0" description = "Zalgo Text Generator CLI" authors = ["Teddy Xinyuan Chen <45612704+tddschn@users.noreply.github.com>"] readme = "README.md" diff --git a/zalgo_cli/__init__.py b/zalgo_cli/__init__.py index ad4a382..b3be3e0 100644 --- a/zalgo_cli/__init__.py +++ b/zalgo_cli/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.0" +__version__ = "0.4.0" import random from typing import Iterable, Optional