Skip to content

Commit 63b7c71

Browse files
committed
chore: update api version
1 parent 9dbdcb3 commit 63b7c71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/endstone_example/example_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class ExamplePlugin(Plugin):
88
name = "PythonExamplePlugin"
99
version = "0.3.0"
10-
api_version = "0.2"
10+
api_version = "0.3"
1111
description = "Python example plugin for Endstone servers"
1212
authors = ["Endstone Developers <hello@endstone.dev>"]
1313
website = "https://github.com/EndstoneMC/python-example-plugin"

0 commit comments

Comments
 (0)