From 44a85d1f758d7cf0b0e0ade9698264e3badc9729 Mon Sep 17 00:00:00 2001 From: Maxime Mouchet Date: Mon, 20 Feb 2023 12:41:26 +0100 Subject: [PATCH] =?UTF-8?q?release(project):=201.0.2=20=E2=86=92=201.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- diamond_miner/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c1d579f..e4b6dd7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.2 +current_version = 1.0.3 commit = True tag = True message = release(project): {current_version} → {new_version} diff --git a/diamond_miner/__init__.py b/diamond_miner/__init__.py index 7863915..976498a 100644 --- a/diamond_miner/__init__.py +++ b/diamond_miner/__init__.py @@ -1 +1 @@ -__version__ = "1.0.2" +__version__ = "1.0.3" diff --git a/pyproject.toml b/pyproject.toml index 3dc8533..373c0e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diamond-miner" -version = "1.0.2" +version = "1.0.3" description = "High-speed, Internet-scale, load-balanced paths discovery." license = "MIT" authors = [