Skip to content

Commit

Permalink
Bump other flatdata python packages
Browse files Browse the repository at this point in the history
Signed-off-by: Eike S R <[email protected]>
  • Loading branch information
Eike S R committed Jun 14, 2024
1 parent 7d80162 commit 95bd3a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flatdata-py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="flatdata-py",
version="0.4.6",
version="0.4.7",
author="Flatdata Developers",
description="Python 3 implementation of Flatdata",
long_description=open(os.path.join(SOURCE_FILEPATH, "README.md")).read(),
Expand All @@ -25,7 +25,7 @@
},
setup_requires=["wheel"],
install_requires=[
"flatdata-generator==0.4.5",
"flatdata-generator==0.4.6",
"numpy",
"pandas"
],
Expand Down

0 comments on commit 95bd3a6

Please sign in to comment.