Skip to content

Commit

Permalink
Merge pull request #81 from ArtesiaWater/dev
Browse files Browse the repository at this point in the history
update to 0.6.1
  • Loading branch information
OnnoEbbens authored Aug 18, 2022
2 parents 5a3c182 + 055b10b commit 27573b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions hydropandas/extensions/gwobs.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import logging


import numpy as np
import pandas as pd

Expand Down
3 changes: 2 additions & 1 deletion hydropandas/observation.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ def __repr__(self) -> str:
if self._info_repr():
self.info(buf=buf)
return buf.getvalue()


buf.write("-----time series------\n")
max_rows = get_option("display.max_rows")
min_rows = get_option("display.min_rows")
max_cols = get_option("display.max_columns")
Expand Down
2 changes: 1 addition & 1 deletion hydropandas/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.0"
__version__ = "0.6.1"

0 comments on commit 27573b7

Please sign in to comment.