Skip to content

Commit

Permalink
Bump version to v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
KenyonY committed Jan 21, 2024
1 parent b07b30d commit 6eeb3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flaxkv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

from .core import LevelDBDict, LMDBDict, RemoteDBDict

__version__ = "0.2.7-alpha"
__version__ = "0.2.7"

__all__ = [
"FlaxKV",
Expand Down

0 comments on commit 6eeb3f7

Please sign in to comment.