Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclarke committed Jan 2, 2023
1 parent 1acf419 commit a417286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
license="BSD 2-Clause License",
packages=find_packages(exclude=["tests", "tests.*"]),
python_requires=">=3.6.0",
install_requires=["flatbuffers==1.12", "numpy"],
install_requires=["flatbuffers>=22.11.23", "numpy"],
extras_require={"dev": ["flake8", "pre-commit", "pytest", "tox"]},
)
2 changes: 1 addition & 1 deletion streaming_data_types/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version is not directly defined in __init__ because that causes all
# run time dependencies to become build-time dependencies when it is
# imported in setup.py
version = "0.20.0"
version = "0.21.0"

0 comments on commit a417286

Please sign in to comment.