Skip to content

Commit bd9183f

Browse files
committed
fix: Update version number in tests to match current release
1 parent 9f88e56 commit bd9183f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pandas_render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
def test_version():
22
from pandas_render import __version__
3-
assert __version__ == '0.1.0'
3+
assert __version__ == '0.2.1'
44

55

66
def test_implicit_initialization():

0 commit comments

Comments
 (0)