mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
update DEFAULT_USER_AGENT and bump version
This commit is contained in:
parent
ed37892c87
commit
981143f62b
2 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# MIT licensed
|
||||
# Copyright (c) 2013-2019 lilydjwg <lilydjwg@gmail.com>, et al.
|
||||
|
||||
__version__ = '1.4.4dev'
|
||||
__version__ = '1.4.4'
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
DEFAULT_USER_AGENT = 'lilydjwg/nvchecker'
|
||||
# MIT licensed
|
||||
# Copyright (c) 2019 lilydjwg <lilydjwg@gmail.com>, et al.
|
||||
|
||||
from .. import __version__
|
||||
|
||||
DEFAULT_USER_AGENT = 'lilydjwg/nvchecker %s' % __version__
|
||||
|
|
Loading…
Add table
Reference in a new issue