Skip to content

Commit

Permalink
Version 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-menon committed Jul 27, 2024
1 parent 107e40d commit d308d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,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.7.8):
Here's the Pylint-generated UML diagram of Alteza's code (that's current as of v0.7.9):

![](https://raw.githubusercontent.com/arjun-menon/alteza/master/uml-diagram.png)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

version = "0.7.8"
version = "0.7.9"

name = "alteza"

Expand Down

0 comments on commit d308d0b

Please sign in to comment.