Skip to content

Commit

Permalink
bump version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddeCraft committed Oct 23, 2022
1 parent d1cf2fe commit 7054463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymcfunction/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.3"
__version__ = "0.1.4"

from .util import *

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pymcfunction"
version = "0.1.3"
version = "0.1.4"
description = "PyMCFunction is a tool to write Minecraft datapacks in Python."
authors = ["PaddeCraft <paddecraft@gmail.com>"]
include = [
Expand Down

0 comments on commit 7054463

Please sign in to comment.