Skip to content

Commit c781c4b

Browse files
committed
set version to 0.2.0
1 parent 3dfa41a commit c781c4b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1818
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1919

2020
## [Unreleased]
21+
22+
## [0.2.0] - 2022-04-01
2123
### Added
2224
- Support for the [VQF orientation estimation algorithm](https://github.com/dlaidig/vqf) (`qmt.oriEstVQF`,
2325
`qmt.oriEstBasicVQF`, `qmt.oriEstOfflineVQF`, `qmt.OriEstVQFBlock`).
@@ -41,5 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4143
### Added
4244
- Initial release.
4345

44-
[Unreleased]: https://github.com/dlaidig/qmt/compare/v0.1.0...HEAD
46+
[Unreleased]: https://github.com/dlaidig/qmt/compare/v0.2.0...HEAD
47+
[0.2.0]: https://github.com/dlaidig/qmt/releases/tag/v0.2.0
4548
[0.1.0]: https://github.com/dlaidig/qmt/releases/tag/v0.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
setup(
3737
name='qmt',
38-
version='0.1.0',
38+
version='0.2.0',
3939

4040
description='Quaternion-based Inertial Motion Tracking Toolbox',
4141
long_description=open('README.rst', encoding='utf-8').read(),

0 commit comments

Comments
 (0)