Skip to content

Commit

Permalink
test the base class
Browse files Browse the repository at this point in the history
  • Loading branch information
relleums committed Jul 11, 2024
1 parent 85fe27d commit 7b60107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sparse_numeric_table/base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import pandas as pd
import numpy as np
import io

from dynamicsizerecarray import DynamicSizeRecarray

Expand Down
2 changes: 1 addition & 1 deletion sparse_numeric_table/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.1"
__version__ = "0.3.2"

0 comments on commit 7b60107

Please sign in to comment.