Skip to content

Commit 835a937

Browse files
committed
Bump version: 2.5.2 → 2.6.0
1 parent e8770cc commit 835a937

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.2
2+
current_version = 2.6.0
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.2'
1+
__version__ = '2.6.0'

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.2',
36+
version='2.6.0',
3737
author='Insight Data Science Lab',
3838
author_email='insightlab@dc.ufc.br',
3939
license='MIT',

0 commit comments

Comments
 (0)