We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f34900 commit 9d74164Copy full SHA for 9d74164
2 files changed
pymcfunction/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.2"
+__version__ = "0.1.3"
2
3
from .util import *
4
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pymcfunction"
-version = "0.1.2"
+version = "0.1.3"
description = "PyMCFunction is a tool to write Minecraft datapacks in Python."
5
authors = ["PaddeCraft <paddecraft@gmail.com>"]
6
include = [
0 commit comments