Skip to content

Commit 2226991

Browse files
committed
Bump version: 2.6.0 → 2.6.1
1 parent a6556bb commit 2226991

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contextualized_topic_models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Federico Bianchi"""
44
__email__ = 'f.bianchi@unibocconi.it'
5-
__version__ = '2.6.0'
5+
__version__ = '2.6.1'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.6.0
2+
current_version = 2.6.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
test_suite='tests',
4444
tests_require=test_requirements,
4545
url='https://github.com/MilaNLProc/contextualized-topic-models',
46-
version='2.6.0',
46+
version='2.6.1',
4747
zip_safe=False,
4848
)

0 commit comments

Comments
 (0)