Skip to content

Commit 6988669

Browse files
committed
Bump version: 2.6.0 → 2.6.1
1 parent 480bcff commit 6988669

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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.6.0',
36+
version='2.6.1',
3737
author='Insight Data Science Lab',
3838
author_email='[email protected]',
3939
license='MIT',

0 commit comments

Comments
 (0)