Skip to content

Commit 30fa2d2

Browse files
committed
Bump version to 8.0.0
1 parent a317e2b commit 30fa2d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

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

174174
```shell
175175
$ byexample -V
176-
byexample 7.4.5 (Python <...>) - GNU GPLv3
176+
byexample 8.0.0 (Python <...>) - GNU GPLv3
177177
<...>
178178
Copyright (C) Di Paola Martin - https://github.com/byexamples/byexample
179179
<...>

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__ = "7.4.5"
3+
__version__ = "8.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
@@ -108,7 +108,7 @@ Current version:
108108

109109
```shell
110110
$ byexample -V
111-
byexample 7.4.5 (Python <...>) - GNU GPLv3
111+
byexample 8.0.0 (Python <...>) - GNU GPLv3
112112
<...>
113113
Copyright (C) Di Paola Martin - https://github.com/byexamples/byexample
114114
<...>

0 commit comments

Comments
 (0)