Skip to content

Commit

Permalink
New version: 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiker committed Jan 18, 2025
1 parent dc6eaf2 commit 8e3a96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyvalues3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .textreader import KV3TextReader
from . import textwriter

__version__ = "0.1"
__version__ = "0.2"
__all__ = [ "read", "write" ]

#region: read
Expand Down

0 comments on commit 8e3a96b

Please sign in to comment.