Skip to content

Commit

Permalink
Bumped to 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinugu committed Sep 29, 2023
1 parent 56c906f commit 4241123
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'Ahmed Ghanem, Pável Vázquez'
author = 'Sveinung Gundersen, Joshua Baskaran, Federico Bianchini, Jeanne Cheneby, Ahmed Ghanem, ' \
'Pável Vázquez'
release = '0.10.4'
release = '0.10.5'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion src/omnipy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.10.4'
__version__ = '0.10.5'

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion tests/test_omnipy.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '0.10.4'
assert __version__ == '0.10.5'

0 comments on commit 4241123

Please sign in to comment.