Skip to content

Commit 7054463

Browse files
committed
bump version for next release
1 parent d1cf2fe commit 7054463

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.3"
1+
__version__ = "0.1.4"
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.3"
3+
version = "0.1.4"
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)