diff --git a/CHANGELOG.md b/CHANGELOG.md index cb8cf09..1f1c08d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## [Unreleased] +## [0.1.0] - 2024-01-09 ### Added diff --git a/scraper/src/mindtouch2zim/__about__.py b/scraper/src/mindtouch2zim/__about__.py index 6c1c140..3dc1f76 100644 --- a/scraper/src/mindtouch2zim/__about__.py +++ b/scraper/src/mindtouch2zim/__about__.py @@ -1 +1 @@ -__version__ = "0.1.0-dev0" +__version__ = "0.1.0"