Skip to content

Commit d81e092

Browse files
committed
Bump to 10.4.0
1 parent 1099d46 commit d81e092

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Current version:
167167

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

byexample/__init__.py

+1-1
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.3.0"
3+
__version__ = "10.4.0"
44

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

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Current version:
190190

191191
```shell
192192
$ byexample -V
193-
byexample 10.3.0 (Python <...>) - GNU GPLv3
193+
byexample 10.4.0 (Python <...>) - GNU GPLv3
194194
<...>
195195
Copyright (C) Di Paola Martin - https://byexamples.github.io
196196
<...>

0 commit comments

Comments
 (0)