diff --git a/.bumpversion.toml b/.bumpversion.toml index e6e3c69..2baf5b7 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.1.2" +current_version = "0.2.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] tag = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 672e2fe..f29ccd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [0.2.0] - 2024-11-18 ### Added diff --git a/README.md b/README.md index 8f7aa20..45ae925 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To add `parallel-corpus` manually to `pyproject.toml`: ```toml [project] -dependencies = ["parallel-corpus>=0.1.2"] +dependencies = ["parallel-corpus>=0.2.0"] ``` ## Usage diff --git a/pyproject.toml b/pyproject.toml index 33a33fa..0888cf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "parallel-corpus" -version = "0.1.2" +version = "0.2.0" description = "Parallel corpus as a graph." authors = [ { name = "Språkbanken Text", email = "sb-info@svenska.gu.se" },