Skip to content

Commit 1faf61b

Browse files
committed
Bump version: 0.2.4 → 0.3.0
1 parent e8f8a1a commit 1faf61b

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.2.4
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55

lobbyboy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.4"
1+
__version__ = "0.3.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "lobbyboy"
7-
version = "0.2.4"
7+
version = "0.3.0"
88
description = "Give me a server."
99
authors = ["laixintao <laixintaoo@gmail.com>"]
1010
license = "GNU"

0 commit comments

Comments
 (0)