Skip to content

Commit 345d244

Browse files
committed
Bump to version 7.4.3
1 parent d44d9b0 commit 345d244

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
@@ -176,7 +176,7 @@ Current version:
176176

177177
```shell
178178
$ byexample -V
179-
byexample 7.4.2 (Python <...>) - GNU GPLv3
179+
byexample 7.4.3 (Python <...>) - GNU GPLv3
180180
<...>
181181
Copyright (C) Di Paola Martin - https://github.com/byexamples/byexample
182182
<...>

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.2"
3+
__version__ = "7.4.3"
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
@@ -174,7 +174,7 @@ Current version:
174174

175175
```shell
176176
$ byexample -V
177-
byexample 7.4.2 (Python <...>) - GNU GPLv3
177+
byexample 7.4.3 (Python <...>) - GNU GPLv3
178178
<...>
179179
Copyright (C) Di Paola Martin - https://github.com/byexamples/byexample
180180
<...>

0 commit comments

Comments
 (0)