Bump eth python client version

This commit is contained in:
Francois Beutin
2023-10-30 13:04:29 +01:00
parent f72d6fa8de
commit cc4becdaec
2 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.0] - 2023-30-10
### Added
- Update the ragger app client to support "set external plugin" APDU
## [0.0.1] - 2023-08-07
### Added

View File

@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.1.0"