Skip to content

Commit

Permalink
Bump to version 10.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eldipa committed Nov 14, 2021
1 parent 12dbf93 commit 5699c0e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Current version:

```shell
$ byexample -V
byexample 10.4.0 (Python <...>) - GNU GPLv3
byexample 10.4.1 (Python <...>) - GNU GPLv3
<...>
Copyright (C) Di Paola Martin - https://byexamples.github.io
<...>
Expand Down
2 changes: 1 addition & 1 deletion byexample/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'''Write snippets of code in C++, Python, Ruby, and others as documentation and execute them as regression tests.'''

__version__ = "10.4.0"
__version__ = "10.4.1"

_author = 'Di Paola Martin'
_license = 'GNU GPLv3'
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Current version:

```shell
$ byexample -V
byexample 10.4.0 (Python <...>) - GNU GPLv3
byexample 10.4.1 (Python <...>) - GNU GPLv3
<...>
Copyright (C) Di Paola Martin - https://byexamples.github.io
<...>
Expand Down
4 changes: 2 additions & 2 deletions docs/recipes/pre-commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The proposed configuration that you need to write in
```yaml
repos:
- repo: https://github.com/byexamples/byexample
rev: 10.4.0
rev: 10.4.1
hooks:
- id: byexample
types_or: [markdown, python]
Expand Down Expand Up @@ -46,7 +46,7 @@ let's name it `boptions`, and load it as follows:
```yaml
repos:
- repo: https://github.com/byexamples/byexample
rev: 10.4.0
rev: 10.4.1
hooks:
- id: byexample
types_or: [markdown, python]
Expand Down

0 comments on commit 5699c0e

Please sign in to comment.