From 2700369245b72a165335fae78a77bb6ab718f04b Mon Sep 17 00:00:00 2001 From: Kristoffer Andersson Date: Mon, 6 May 2024 12:03:10 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20Bump=20version:=200.0.1=20?= =?UTF-8?q?=E2=86=92=200.1.0?= 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 a3d556f..021dc1b 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.0.1" +current_version = "0.1.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] tag = true diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b0649..f68267e 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.0] - 2024-05-06 ### Added diff --git a/README.md b/README.md index bc0a233..c7bab14 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.0.1"] +dependencies = ["parallel-corpus>=0.1.0"] ``` ## Usage diff --git a/pyproject.toml b/pyproject.toml index c79cf98..c00cf40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "parallel-corpus" -version = "0.0.1" +version = "0.1.0" description = "Parallel corpus as a graph." authors = [ { name = "Språkbanken Text", email = "sb-info@svenska.gu.se" },