Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasberbuer committed Nov 10, 2022
1 parent ff50c0c commit 392a4c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0] - 2022-11-10

### Added

- Example for custom feature extraction
- PyInstaller hook
- CI for Python 3.10

### Changed

Expand Down Expand Up @@ -147,7 +150,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial public release

[Unreleased]: https://github.com/vallen-systems/pyVallenAE/compare/0.6.0...HEAD
[Unreleased]: https://github.com/vallen-systems/pyVallenAE/compare/0.7.0...HEAD
[0.7.0]: https://github.com/vallen-systems/pyVallenAE/compare/0.6.0...0.7.0
[0.6.0]: https://github.com/vallen-systems/pyVallenAE/compare/0.5.4...0.6.0
[0.5.4]: https://github.com/vallen-systems/pyVallenAE/compare/0.5.3...0.5.4
[0.5.3]: https://github.com/vallen-systems/pyVallenAE/compare/0.5.2...0.5.3
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

setup(
name="vallenae",
version="0.6.0",
version="0.7.0",
description="Extract and analyze Acoustic Emission measurement data",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand All @@ -60,6 +60,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
],
keywords=[
Expand Down

0 comments on commit 392a4c7

Please sign in to comment.