Skip to content

Commit 8f9a0ac

Browse files
committed
Bump version: 1.13.1 → 1.14.0
1 parent 5b4f091 commit 8f9a0ac

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

octis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
__author__ = """Silvia Terragni"""
1111
__email__ = '[email protected]'
12-
__version__ = '1.13.1'
12+
__version__ = '1.14.0'

setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.13.1
2+
current_version = 1.14.0
33
commit = True
44
tag = True
55

@@ -22,4 +22,3 @@ test = pytest
2222

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
test_suite='tests',
4949
tests_require=test_requirements,
5050
url='https://github.com/MIND-LAB/OCTIS',
51-
version='1.13.1',
51+
version='1.14.0',
5252
zip_safe=False,
5353
)

0 commit comments

Comments
 (0)