Skip to content

Commit 24f23ab

Browse files
committed
v0.1.0
1 parent 80a8082 commit 24f23ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structurelib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
__email__ = None
3232
__status__ = "Prototype" # Prototype, Development, Production
3333
__description__ = "similar function to the builtin struct-library but more friendly"
34-
__version_info__ = (0, 0, 0)
34+
__version_info__ = (0, 1, 0)
3535
__version__ = '.'.join(str(_) for _ in __version_info__)
3636

3737
from ._structure import Structure, make_structure

0 commit comments

Comments
 (0)