Skip to content

Commit

Permalink
Version bump v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Sep 12, 2019
1 parent dbd9122 commit 1475ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion authlib/consts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = 'Authlib'
version = '0.12'
version = '0.12.1'
author = 'Hsiaoming Yang <[email protected]>'
homepage = 'https://authlib.org/'
default_user_agent = '{}/{} (+{})'.format(name, version, homepage)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
include_package_data=True,
platforms='any',
long_description=readme,
license='BSD',
license='BSD-3-Clause',
install_requires=crypto_requires,
extras_require={
'client': client_requires,
Expand Down

0 comments on commit 1475ded

Please sign in to comment.