Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Emilio Reyes <[email protected]>
  • Loading branch information
soda480 committed Mar 7, 2021
1 parent d2ef787 commit 2238c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A pybuilder plugin that checks the cyclomatic complexity of your project using `

To add this plugin into your pybuilder project, add the following line near the top of your build.py:
```python
use_plugin('pypi:pybuilder_radon', '~=0.1.0')
use_plugin('pypi:pybuilder_radon', '~=0.1.2')
```

**NOTE** version `v0.1.x` of this plugin will only work with version `v0.11.x` of Pybuilder.
Expand Down

0 comments on commit 2238c94

Please sign in to comment.