diff --git a/README.md b/README.md index ef8d180..204c3a5 100644 --- a/README.md +++ b/README.md @@ -427,7 +427,7 @@ To run it along with all the type checks (excluding `pytype`), just run: `mypy a Of course, when it makes sense, lints should be suppressed next to the relevant line, in code. Also, unlike typical Python code, the naming convention generally-followed in this codebase is `camelCase`. Pylint checks for names have mostly been disabled. -Here's the Pylint-generated UML diagram of Alteza's code (that's current as of v0.8.0): +Here's the Pylint-generated UML diagram of Alteza's code (that's current as of v0.9.0): ![](https://raw.githubusercontent.com/arjun-menon/alteza/master/uml-diagram.png) diff --git a/uml-diagram.png b/uml-diagram.png index 536a1d4..41d91ac 100644 Binary files a/uml-diagram.png and b/uml-diagram.png differ