From fa9c79c148f2f16b5beb308c2ea6b378f6ca9aea Mon Sep 17 00:00:00 2001 From: Richard Koehler Date: Mon, 19 Sep 2022 15:20:11 +0200 Subject: [PATCH] Update version to 0.1.0 --- docs/CHANGELOG.md | 2 +- src/pte_xdf/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 579d169..c169f11 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed -## [0.1.0] - 2022-09-18 +## [0.1.0] - 2022-09-19 ### Added - Initial release diff --git a/src/pte_xdf/__init__.py b/src/pte_xdf/__init__.py index 3d5d019..954d3a7 100644 --- a/src/pte_xdf/__init__.py +++ b/src/pte_xdf/__init__.py @@ -11,6 +11,6 @@ """ -__version__ = "0.1.0.rc1" +__version__ = "0.1.0" from .xdf import read_raw_xdf