diff --git a/CHANGELOG.md b/CHANGELOG.md index ad701e5..22559be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to WuttaSync will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## v0.1.0 (??) +## v0.1.0 (2024-12-05) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 5f83a0c..294e3f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "WuttaSync" -version = "0.1.1" +version = "0.1.0" description = "Wutta framework for data import/export and real-time sync" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]