Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine PyTorch and Polyglot modules #89

Merged
merged 17 commits into from
Jan 26, 2024
Merged
Prev Previous commit
Next Next commit
Bump version number for release
suhacker1 committed Jan 25, 2024
commit 5231abae311be16aef044e11e7573947f08bdd41
2 changes: 1 addition & 1 deletion fickling/__init__.py
Original file line number Diff line number Diff line change
@@ -7,4 +7,4 @@

# The above lines enables `fickling.load()` and `with fickling.check_safety()`
# The comments are necessary to comply with linters
__version__ = "0.0.8"
__version__ = "0.1.0"