Skip to content

Commit

Permalink
Bump version to 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brainsik committed Oct 15, 2024
1 parent 0486d33 commit bd17fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/json_store/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .json_store import JSONStore

__version__ = "4.1"
__version__ = "4.2"

open = JSONStore

0 comments on commit bd17fb4

Please sign in to comment.