Skip to content

Commit ef3af5f

Browse files
committed
Bump version: 2.5.1 → 2.5.2
1 parent baf3d4c commit ef3af5f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.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.5.1
2+
current_version = 2.5.2
33
allow_dirty = True
44
tag_name = version-{new_version}
55
tag = True

pymove/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.5.1'
1+
__version__ = '2.5.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
]
3434
setup(
3535
name='pymove',
36-
version='2.5.1',
36+
version='2.5.2',
3737
author='Insight Data Science Lab',
3838
author_email='insightlab@dc.ufc.br',
3939
license='MIT',

0 commit comments

Comments
 (0)