Skip to content

Commit 9d74164

Browse files
committed
bump version
1 parent 6f34900 commit 9d74164

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pymcfunction/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.1.3"
22

33
from .util import *
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pymcfunction"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "PyMCFunction is a tool to write Minecraft datapacks in Python."
55
authors = ["PaddeCraft <paddecraft@gmail.com>"]
66
include = [

0 commit comments

Comments
 (0)