We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4f091 commit 8f9a0acCopy full SHA for 8f9a0ac
octis/__init__.py
@@ -9,4 +9,4 @@
9
10
__author__ = """Silvia Terragni"""
11
__email__ = '[email protected]'
12
-__version__ = '1.13.1'
+__version__ = '1.14.0'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.13.1
+current_version = 1.14.0
3
commit = True
4
tag = True
5
@@ -22,4 +22,3 @@ test = pytest
22
23
[tool:pytest]
24
addopts = --ignore=setup.py
25
-
setup.py
@@ -48,6 +48,6 @@
48
test_suite='tests',
49
tests_require=test_requirements,
50
url='https://github.com/MIND-LAB/OCTIS',
51
- version='1.13.1',
+ version='1.14.0',
52
zip_safe=False,
53
)
0 commit comments