Skip to content

Commit 4b9b3e6

Browse files
committed
Prepared for release 0.7.1
1 parent 30f839a commit 4b9b3e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "MinecraftDockerCLI"
7-
version = "0.7.0"
7+
version = "0.7.1"
88
description = "CLI tool to enhance and simplify containerization of Minecraft servers"
99
readme = "README.md"
1010
license = "MIT"

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
from .__main__ import *
44

5-
__version__ = "0.7.0"
5+
__version__ = "0.7.1"
66
__name__ = "MinecraftDockerCLI"

0 commit comments

Comments
 (0)