diff --git a/README.md b/README.md index 0158235c..86ec7bbe 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Current version: ```shell $ byexample -V -byexample 10.5.0 (Python <...>) - GNU GPLv3 +byexample 10.5.1 (Python <...>) - GNU GPLv3 <...> Copyright (C) Di Paola Martin - https://byexamples.github.io <...> diff --git a/byexample/__init__.py b/byexample/__init__.py index 75ad3e55..d0f428d3 100644 --- a/byexample/__init__.py +++ b/byexample/__init__.py @@ -1,6 +1,6 @@ '''Write snippets of code in C++, Python, Ruby, and others as documentation and execute them as regression tests.''' -__version__ = "10.5.0" +__version__ = "10.5.1" _author = 'Di Paola Martin' _license = 'GNU GPLv3' diff --git a/docs/index.md b/docs/index.md index c72c1ca4..c5d1e5b2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -191,7 +191,7 @@ Current version: ```shell $ byexample -V -byexample 10.5.0 (Python <...>) - GNU GPLv3 +byexample 10.5.1 (Python <...>) - GNU GPLv3 <...> Copyright (C) Di Paola Martin - https://byexamples.github.io <...> diff --git a/docs/recipes/pre-commit.md b/docs/recipes/pre-commit.md index 2427e773..0ca5669f 100644 --- a/docs/recipes/pre-commit.md +++ b/docs/recipes/pre-commit.md @@ -12,7 +12,7 @@ The proposed configuration that you need to write in ```yaml repos: - repo: https://github.com/byexamples/byexample - rev: 10.5.0 + rev: 10.5.1 hooks: - id: byexample types_or: [markdown, python] @@ -46,7 +46,7 @@ let's name it `boptions`, and load it as follows: ```yaml repos: - repo: https://github.com/byexamples/byexample - rev: 10.5.0 + rev: 10.5.1 hooks: - id: byexample types_or: [markdown, python]