We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be3516 commit 3f2671bCopy full SHA for 3f2671b
contextualized_topic_models/__init__.py
@@ -2,4 +2,4 @@
2
3
__author__ = """Federico Bianchi"""
4
__email__ = 'f.bianchi@unibocconi.it'
5
-__version__ = '2.5.1'
+__version__ = '2.6.0'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 2.5.1
+current_version = 2.6.0
commit = True
tag = True
@@ -22,3 +22,4 @@ test = pytest
22
23
[tool:pytest]
24
collect_ignore = ['setup.py']
25
+
setup.py
@@ -43,6 +43,6 @@
43
test_suite='tests',
44
tests_require=test_requirements,
45
url='https://github.com/MilaNLProc/contextualized-topic-models',
46
- version='2.5.1',
+ version='2.6.0',
47
zip_safe=False,
48
)
0 commit comments