Skip to content

Commit

Permalink
back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Jul 30, 2019
1 parent 5ec18bc commit c41e63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oauthenticator/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

version_info = (
0,
9,
10,
0,
# 'dev', # comment-out this line for a release
'dev', # comment-out this line for a release
)
__version__ = '.'.join(map(str, version_info[:3]))

Expand Down

0 comments on commit c41e63e

Please sign in to comment.