Skip to content

Commit

Permalink
Merge pull request #11 from soda480/0.3.2
Browse files Browse the repository at this point in the history
fix: add radon requirement
  • Loading branch information
soda480 authored Jul 10, 2022
2 parents 0afb7c3 + e09e220 commit 6cec662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
authors = [Author('Emilio Reyes', '[email protected]')]
summary = 'Pybuilder plugin for radon cyclomatic complexity'
url = 'https://github.com/soda480/pybuilder-radon'
version = '0.3.1'
version = '0.3.2'
default_task = [
'clean',
'analyze',
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
radon

0 comments on commit 6cec662

Please sign in to comment.