Skip to content

Commit

Permalink
v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jul 26, 2020
1 parent ee49633 commit 006f0cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Check your installation with
.. code-block:: bash
$ nbqa --version
nbqa 0.1.10
nbqa 0.1.11
Quickstart
----------
Expand Down Expand Up @@ -156,7 +156,7 @@ could add to your :code:`.pre-commit-config.yaml` file:
.. code-block:: yaml
- repo: https://github.com/MarcoGorelli/nbQA
rev: 0.1.10
rev: 0.1.11
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.10"
__version__ = "0.1.11"
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.10
current_version = 0.1.11

[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 @@ -42,6 +42,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/MarcoGorelli/nbQA",
version="0.1.10",
version="0.1.11",
zip_safe=False,
)

0 comments on commit 006f0cd

Please sign in to comment.