We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8204017 commit 33518fcCopy full SHA for 33518fc
keyvalues3/__init__.py
@@ -12,7 +12,7 @@
12
from .binaryreader import read_valve_keyvalue3
13
from .utils import MemoryBuffer
14
15
-__version__ = "0.3"
+__version__ = "0.4"
16
__all__ = [ "read", "write" ]
17
18
#region: read
0 commit comments