Skip to content

Commit

Permalink
updated for v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmmueller committed Jun 6, 2023
1 parent 13f6e18 commit ffcb65d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ VirusTotalPy


## Features
The latest Version 1.0 lets you analyse and scan a list of IPs, URLs and files up to 650MB.
The latest Version 1.0.1 lets you analyse and scan a list of IPs, URLs and files up to 650MB.

## Installation
##### Method 1:
Expand Down Expand Up @@ -62,7 +62,7 @@ print(result)

## Learn more

- [Documentation and reference](docs/docs.md)
- [Documentation and reference](https://github.com/maxmmueller/virustotalpy/blob/main/docs/docs.md)
- [PyPI](https://pypi.org/project/virustotalpy)
- [API reference](https://developers.virustotal.com/reference/overview)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="virustotalpy",
version="1.0",
version="1.0.1",
description="library for an easier interaction with the VirusTotal v3 API",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit ffcb65d

Please sign in to comment.