Skip to content

Commit 21adb3d

Browse files
committed
bump: version 11.0.0
1 parent 5c1a8e8 commit 21adb3d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Current version:
167167

168168
```shell
169169
$ byexample -V
170-
byexample 10.5.2 (Python <...>) - GNU GPLv3
170+
byexample 11.0.0 (Python <...>) - GNU GPLv3
171171
<...>
172172
Copyright (C) Di Paola Martin - https://byexamples.github.io
173173
<...>

byexample/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''Write snippets of code in C++, Python, Ruby, and others as documentation and execute them as regression tests.'''
22

3-
__version__ = "10.5.2"
3+
__version__ = "11.0.0"
44

55
_author = 'Di Paola Martin'
66
_license = 'GNU GPLv3'

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Current version:
196196

197197
```shell
198198
$ byexample -V
199-
byexample 10.5.2 (Python <...>) - GNU GPLv3
199+
byexample 11.0.0 (Python <...>) - GNU GPLv3
200200
<...>
201201
Copyright (C) Di Paola Martin - https://byexamples.github.io
202202
<...>

0 commit comments

Comments
 (0)