We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b01df0 commit a4017f0Copy full SHA for a4017f0
docs/changelog.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [1.0.2] - 04/12/2022
8
+### Changed
9
+- Readme Examples
10
+
11
## [1.0.2] - 04/12/2022
12
### Added
13
- Asynchronous Client
nexo/__init__.py
@@ -2,7 +2,7 @@
2
.. moduleauthor:: Erwin Lejeune
3
"""
-__version__ = '1.0.2'
+__version__ = '1.0.3'
from nexo.async_client import AsyncClient
from nexo.client import Client
0 commit comments