Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 70610be

Browse files
author
Simon Biggs
committed
version bump
1 parent 9693a0c commit 70610be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptedforms/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 4, 1)
1+
version_info = (0, 5, 0)
22
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])

0 commit comments

Comments
 (0)