We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f839a commit 4b9b3e6Copy full SHA for 4b9b3e6
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "MinecraftDockerCLI"
7
-version = "0.7.0"
+version = "0.7.1"
8
description = "CLI tool to enhance and simplify containerization of Minecraft servers"
9
readme = "README.md"
10
license = "MIT"
src/__init__.py
@@ -2,5 +2,5 @@
2
3
from .__main__ import *
-__version__ = "0.7.0"
+__version__ = "0.7.1"
__name__ = "MinecraftDockerCLI"
0 commit comments