Skip to content

Commit

Permalink
Bump to v0.2.0, Introduces new HeaderAuthenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmunk committed Apr 8, 2019
1 parent 615bd83 commit 44f4a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

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

0 comments on commit 44f4a92

Please sign in to comment.