Skip to content

Commit e793ab9

Browse files
committed
✨ Bump v1.0.0
Signed-off-by: Marcel Robeer <marcel_robeer@hotmail.com>
1 parent 3e2130a commit e793ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explabox/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313

1414
"""Version information."""
1515

16-
__version_info__ = (0, 9, "beta8")
16+
__version_info__ = (1, 0, 0)
1717
__version__ = ".".join(str(v) for v in __version_info__)

0 commit comments

Comments
 (0)