diff --git a/README.md b/README.md index a4105e7..24909c7 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Running the command above should create a final image with your diagram as seen ![](./.github/docs/issue_10_pb2.png) -Note that by default it uses the full name of the types (e.g. `SomeRequest.shipments`). +By default, it uses the full name of the types (e.g. `SomeRequest.shipments`). If you would like to use simpler names (i.e. `shipments`) you can use the option added in 0.13 `--full_names=true|false` (it is `true` by default for backward compatibility). diff --git a/setup.py b/setup.py index 0a1a07d..f7e44c5 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def read(*parts): } setup( - version="0.13.dev0", + version="0.13", name="protobuf-uml-diagram", description="Create UML diagrams from Protobuf proto files", long_description=open('README.md').read(),