We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef12528 commit 4cbec47Copy full SHA for 4cbec47
1 file changed
setup.py
@@ -27,7 +27,7 @@ def get_long_description():
27
28
setup(
29
name="example_plugin", # your plugin name
30
- version="0.0.1", # your plugin version
+ version="1.0.0", # your plugin version
31
install_requires=get_requirements(),
32
packages=find_packages(
33
# depending on how you have architected your plugin you may need to update the packages
0 commit comments