Skip to content

Commit

Permalink
feat(build|docs): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rohaquinlop committed Feb 27, 2024
1 parent 4d3d32f commit 7afe320
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 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 = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Robin Quintero <[email protected]>"]
license = "MIT"
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The cognitive complexity of the file is 1, and the output of the command
`complexipy path/to/file.py` will be:

```txt
─────────────────────── complexipy 0.2.0 🐙 ───────────────────────
─────────────────────── complexipy 0.2.1 🐙 ───────────────────────
- Finished analysis in test_decorator.py
──────────────────── 🎉 Analysis completed!🎉 ─────────────────────
Summary
Expand Down Expand Up @@ -144,7 +144,9 @@ for details.

## Acknowledgments

- This project is inspired by the sonar way to calculate the cognitive
- Thanks to G. Ann Campbell for publishing the paper "Cognitive Complexity a new
way to measure understandability".
- This project is inspired by the Sonar way to calculate the cognitive
complexity.

## References
Expand Down
2 changes: 1 addition & 1 deletion complexipy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
root_dir = Path(__file__).resolve().parent.parent
app = typer.Typer(name="complexipy")
console = Console()
version = "0.2.0"
version = "0.2.1"


@app.command()
Expand Down
6 changes: 4 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The cognitive complexity of the file is 1, and the output of the command
`complexipy path/to/file.py` will be:

```txt
─────────────────────── complexipy 0.2.0 🐙 ───────────────────────
─────────────────────── complexipy 0.2.1 🐙 ───────────────────────
- Finished analysis in test_decorator.py
──────────────────── 🎉 Analysis completed!🎉 ─────────────────────
Summary
Expand Down Expand Up @@ -144,7 +144,9 @@ for details.

## Acknowledgments

- This project is inspired by the sonar way to calculate the cognitive
- Thanks to G. Ann Campbell for publishing the paper "Cognitive Complexity a new
way to measure understandability".
- This project is inspired by the Sonar way to calculate the cognitive
complexity.

## References
Expand Down

0 comments on commit 7afe320

Please sign in to comment.