Skip to content

Commit

Permalink
Update author information, increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Mooney committed Mar 13, 2020
1 parent 90e3d97 commit 51a0594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def find_version(*file_paths):
description='A WebAuthn Python module.',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/x-rst',
author='James Barclay',
author_email='jbarclay@duo.com',
author='Duo Labs',
author_email='labs@duo.com',
url='https://github.com/duo-labs/py_webauthn',
download_url='https://github.com/duo-labs/py_webauthn/archive/'
'{}.tar.gz'.format(VERSION),
Expand Down
2 changes: 1 addition & 1 deletion webauthn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .webauthn import WebAuthnRegistrationResponse
from .webauthn import WebAuthnUser

__version__ = '0.4.6'
__version__ = '0.4.7'

0 comments on commit 51a0594

Please sign in to comment.