Skip to content

Commit

Permalink
Bump version: 1.13.1 → 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
silviatti committed Jul 22, 2024
1 parent 5b4f091 commit 8f9a0ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion octis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

__author__ = """Silvia Terragni"""
__email__ = '[email protected]'
__version__ = '1.13.1'
__version__ = '1.14.0'
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.13.1
current_version = 1.14.0
commit = True
tag = True

Expand All @@ -22,4 +22,3 @@ test = pytest

[tool:pytest]
addopts = --ignore=setup.py

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/MIND-LAB/OCTIS',
version='1.13.1',
version='1.14.0',
zip_safe=False,
)

0 comments on commit 8f9a0ac

Please sign in to comment.