We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6556bb commit 2226991Copy full SHA for 2226991
contextualized_topic_models/__init__.py
@@ -2,4 +2,4 @@
2
3
__author__ = """Federico Bianchi"""
4
__email__ = 'f.bianchi@unibocconi.it'
5
-__version__ = '2.6.0'
+__version__ = '2.6.1'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 2.6.0
+current_version = 2.6.1
commit = True
tag = True
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.6.0',
+ version='2.6.1',
47
zip_safe=False,
48
)
0 commit comments