diff --git a/content/pybytes/releases/_index.md b/content/pybytes/releases/_index.md index 12493a7..46cac1c 100644 --- a/content/pybytes/releases/_index.md +++ b/content/pybytes/releases/_index.md @@ -36,6 +36,7 @@ In Pybytes, go to *Applications* -> *My applications* -> *select target applicat └── my_another_awesome_module.py └── ... ``` + * *Check* file structure and code example on the following link: [my-code.zip](/gitbook/assets/pybytes/releases/code-example/my-code.zip) 5. *Write* a description for this release. ![](/gitbook/assets/pybytes/releases/create-release-step-8.png) diff --git a/static/gitbook/assets/pybytes/releases/code-example/my-code.zip b/static/gitbook/assets/pybytes/releases/code-example/my-code.zip new file mode 100644 index 0000000..cf2d5d6 Binary files /dev/null and b/static/gitbook/assets/pybytes/releases/code-example/my-code.zip differ