Updated to 0.0.4

- an actual README.md
- Example Folder Created
This commit is contained in:
ポキ 2021-01-02 23:20:54 +05:00
parent 36b8403e82
commit a08367335e
2 changed files with 6 additions and 2 deletions

View File

@ -31,4 +31,8 @@ if __name__ == "__main__":
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
loop.close()
```
```
## Examples
All Examples are in [Examples Directory](https://github.com/pokurt/intellivoid-spam-protection/tree/master/examples)

View File

@ -1,3 +1,3 @@
from .client import SPBClient # noqa: F401
__version__ = "0.0.3"
__version__ = "0.0.4"