Skip to content

Commit 9f44625

Browse files
authored
Merge pull request #162 from InsightLab/developer
Bump version: 2.5.0 → 2.5.1
2 parents 7cdedd8 + 9ca1637 commit 9f44625

4 files changed

Lines changed: 4 additions & 5 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.0
2+
current_version = 2.5.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.5.0'
1+
__version__ = '2.5.1'

pymove/core/pandas.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
from matplotlib.pyplot import figure
1717
from pandas import DataFrame, DateOffset, Series, Timedelta
1818

19-
from pymove.core import MoveDataFrameAbstractModel
2019
from pymove.core.dataframe import MoveDataFrame
2120
from pymove.core.grid import Grid
2221
from pymove.utils.constants import (
@@ -61,7 +60,7 @@
6160
from pymove.core.dask import DaskMoveDataFrame
6261

6362

64-
class PandasMoveDataFrame(DataFrame, MoveDataFrameAbstractModel):
63+
class PandasMoveDataFrame(DataFrame):
6564
def __init__(
6665
self,
6766
data: Union[DataFrame, List, Dict],

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

0 commit comments

Comments
 (0)