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