We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a8082 commit 24f23abCopy full SHA for 24f23ab
src/structurelib/__init__.py
@@ -31,7 +31,7 @@
31
__email__ = None
32
__status__ = "Prototype" # Prototype, Development, Production
33
__description__ = "similar function to the builtin struct-library but more friendly"
34
-__version_info__ = (0, 0, 0)
+__version_info__ = (0, 1, 0)
35
__version__ = '.'.join(str(_) for _ in __version_info__)
36
37
from ._structure import Structure, make_structure
0 commit comments