Skip to content

Commit

Permalink
bump version to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KenyonY committed Nov 18, 2023
1 parent 408d73c commit 0b715a3
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
@@ -1,7 +1,7 @@
from .base import LevelDBDict, LMDBDict
from .log import enable_logging

__version__ = "0.1.3"
__version__ = "0.1.4"

__all__ = [
"dbdict",
Expand Down

0 comments on commit 0b715a3

Please sign in to comment.