From 4d7d55061ed746bf48cc1867c712bba74a93ddba Mon Sep 17 00:00:00 2001 From: Kristoffer Andersson Date: Wed, 8 May 2024 13:01:41 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20Bump=20version:=200.1.1=20?= =?UTF-8?q?=E2=86=92=200.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- CHANGELOG.md | 2 +- README.md | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 72c8a2b..e6e3c69 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.1.1" +current_version = "0.1.2" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] tag = true diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb728b..3836a00 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.1.2] - 2024-05-08 ### Added diff --git a/README.md b/README.md index 4ea89d4..66c358e 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.1"] +dependencies = ["parallel-corpus>=0.1.2"] ``` ## Usage diff --git a/pyproject.toml b/pyproject.toml index 1a8d2ca..ab1dbe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "parallel-corpus" -version = "0.1.1" +version = "0.1.2" description = "Parallel corpus as a graph." authors = [ { name = "Språkbanken Text", email = "sb-info@svenska.gu.se" },