Skip to content

Commit

Permalink
update():remove username and password authenticate method
Browse files Browse the repository at this point in the history
  • Loading branch information
wh0am1i authored and wh0am1i committed Apr 12, 2023
1 parent 505c705 commit 437497d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ The ``-dot`` parameter will generate a picture in ``png`` format and save the or
Similarly, the SDK also supports API-KEY authentication methods,
``APIKEY``, as follows:

**.APIKEY**
**APIKEY**

.. code:: python
Expand Down
2 changes: 1 addition & 1 deletion zoomeye/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@

__name__ = 'zoomeye'
__package__ = 'zoomeye'
__version__ = 'v2.1.2'
__version__ = 'v2.2.0'
__site__ = "https://www.zoomeye.org/doc"

0 comments on commit 437497d

Please sign in to comment.