diff --git a/CHANGELOG.md b/CHANGELOG.md index 1313e4c..4ce908e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 0.6.3 (2023-03-23) - Nothing yet diff --git a/csv_detective/__init__.py b/csv_detective/__init__.py index fca25fe..a68d2bd 100644 --- a/csv_detective/__init__.py +++ b/csv_detective/__init__.py @@ -1 +1 @@ -__version__ = '0.6.3.dev' +__version__ = '0.6.3'