Skip to content

Commit 3f2671b

Browse files
committed
Bump version: 2.5.1 → 2.6.0
1 parent 0be3516 commit 3f2671b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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.5.1'
5+
__version__ = '2.6.0'

setup.cfg

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

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

2323
[tool:pytest]
2424
collect_ignore = ['setup.py']
25+

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.5.1',
46+
version='2.6.0',
4747
zip_safe=False,
4848
)

0 commit comments

Comments
 (0)