diff --git a/Cargo.lock b/Cargo.lock index 3da97ee..1b8ff6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,7 +65,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "complexipy" -version = "1.1.0" +version = "1.2.0" dependencies = [ "csv", "ignore", diff --git a/Cargo.toml b/Cargo.toml index f1219ef..e7e6a2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "complexipy" -version = "1.1.0" +version = "1.2.0" edition = "2021" authors = ["Robin Quintero "] license = "MIT" diff --git a/README.md b/README.md index 0f83063..76003e4 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ The output of the command `complexipy path/to/file.py` will be: ```txt -───────────────────────────── 🐙 complexipy 1.1.0 ────────────────────────────── +───────────────────────────── 🐙 complexipy 1.2.0 ────────────────────────────── Summary ┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓ ┃ Path ┃ File ┃ Function ┃ Complexity ┃ diff --git a/complexipy/main.py b/complexipy/main.py index 2597131..57dd331 100644 --- a/complexipy/main.py +++ b/complexipy/main.py @@ -23,7 +23,7 @@ root_dir = Path(__file__).resolve().parent.parent app = typer.Typer(name="complexipy") console = Console() -version = "1.1.0" +version = "1.2.0" @app.command() diff --git a/docs/index.md b/docs/index.md index 5b6c7dd..c6dbc79 100644 --- a/docs/index.md +++ b/docs/index.md @@ -123,7 +123,7 @@ The cognitive complexity of the file is 1, and the output of the command `complexipy path/to/file.py` will be: ```txt -───────────────────────────── 🐙 complexipy 1.1.0 ────────────────────────────── +───────────────────────────── 🐙 complexipy 1.2.0 ────────────────────────────── Summary ┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓ ┃ Path ┃ File ┃ Function ┃ Complexity ┃