Skip to content

Commit

Permalink
v0.1.31 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Sep 18, 2020
1 parent 9a9df02 commit 935b177
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ here\'s an example of what you could add to your

```yaml
- repo: https://github.com/nbQA-dev/nbQA
rev: 0.1.30
rev: 0.1.31
hooks:
- id: nbqa
args: ["flake8"]
Expand Down
2 changes: 1 addition & 1 deletion nbqa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Marco Gorelli"""
__email__ = "m.e.gorelli@gmail.com"
__version__ = "0.1.30"
__version__ = "0.1.31"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.30
current_version = 0.1.31

[flake8]
ignore = E203,E503,W504
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/MarcoGorelli/nbQA",
version="0.1.30",
version="0.1.31",
zip_safe=False,
)

0 comments on commit 935b177

Please sign in to comment.