Skip to content

Commit aa0c944

Browse files
committed
back to dev
1 parent b508005 commit aa0c944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firstuseauthenticator/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
version_info = (
77
1,
88
1,
9-
0,
10-
# 'dev', # comment-out this line for a release
9+
1,
10+
'dev', # comment-out this line for a release
1111
)
1212
__version__ = '.'.join(map(str, version_info[:3]))
1313

0 commit comments

Comments
 (0)