Skip to content

Commit 4241123

Browse files
committed
Bumped to 0.10.5
1 parent 56c906f commit 4241123

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'Ahmed Ghanem, Pável Vázquez'
1515
author = 'Sveinung Gundersen, Joshua Baskaran, Federico Bianchini, Jeanne Cheneby, Ahmed Ghanem, ' \
1616
'Pável Vázquez'
17-
release = '0.10.4'
17+
release = '0.10.5'
1818

1919
# -- General configuration ---------------------------------------------------
2020
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

src/omnipy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.10.4'
1+
__version__ = '0.10.5'
22

33
import os
44
import sys

tests/test_omnipy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == '0.10.4'
5+
assert __version__ == '0.10.5'

0 commit comments

Comments
 (0)