Skip to content

Commit

Permalink
bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanspauwen committed Jul 27, 2023
1 parent 1b2c497 commit 3b1226f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3b1226f

Please sign in to comment.