Skip to content

Commit

Permalink
feat(build): bump version to 1.2.0
Browse files Browse the repository at this point in the history
- Update the version in Cargo.toml and Cargo.lock
- Update the version in complexipy/main.py
- Update the version in README.md
- Update the version in docs/index.md
  • Loading branch information
rohaquinlop committed Dec 15, 2024
1 parent 57d850a commit bf819f1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "complexipy"
version = "1.1.0"
version = "1.2.0"
edition = "2021"
authors = ["Robin Quintero <rohaquinlop301@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ┃
Expand Down
2 changes: 1 addition & 1 deletion complexipy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ┃
Expand Down

0 comments on commit bf819f1

Please sign in to comment.