Skip to content

Commit

Permalink
0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MinshuG committed Jun 29, 2021
1 parent 76f545d commit ee4e311
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ image = await generator.generate(agent)
# save the image
image.save("image.png", "PNG")
```
# Agents Image Example
<img src="./example.png" alt="KAY/O" width="250"/>
<!-- ![KAY/O](/example.png) -->

# Requirements

Expand Down
Binary file added example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion valorant_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.7"
__version__ = "0.0.8"

from .api import SyncValorantApi, AsyncValorantApi

0 comments on commit ee4e311

Please sign in to comment.