diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc7e19..e195170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project are 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) (as of version 1.4.0). +## [Unreleased] + ## [2.0.1] - 2024-06-13 ### Added diff --git a/src/warc2zim/__about__.py b/src/warc2zim/__about__.py index 159d48b..0c0beb4 100644 --- a/src/warc2zim/__about__.py +++ b/src/warc2zim/__about__.py @@ -1 +1 @@ -__version__ = "2.0.1" +__version__ = "2.0.2-dev0"