diff --git a/BUILD.md b/BUILD.md index 2ec9f23..e80264d 100644 --- a/BUILD.md +++ b/BUILD.md @@ -13,7 +13,7 @@ To test the package before uploading to PyPi: $ python -m venv myenv $ source myenv/bin/activate $ pip install . -$ pystructurizr dev --view example.chatsystem_containerview +$ pystructurizr dev --view examples.module_example.chatsystem_containerview $ deactivate $ rm -fr myenv ``` diff --git a/setup.py b/setup.py index 497f5e7..9a2095a 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='pystructurizr', - version='0.1.2', + version='0.1.3', description='A Python DSL inspired by Structurizr, intended for generating C4 diagrams', long_description=long_description, long_description_content_type="text/markdown",