Skip to content

Commit 9585cea

Browse files
committed
release 1.0.0
1 parent 43b9620 commit 9585cea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firstuseauthenticator/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# Distributed under the terms of the Modified BSD License.
55

66
version_info = (
7+
1,
78
0,
8-
14,
9-
2,
10-
'dev', # comment-out this line for a release
9+
0,
10+
# 'dev', # comment-out this line for a release
1111
)
1212
__version__ = '.'.join(map(str, version_info[:3]))
1313

0 commit comments

Comments
 (0)