From 0721638aee204c2a5b315a99dd07b64b35cd78c8 Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Sun, 18 Jun 2023 21:53:50 +0300 Subject: [PATCH] all: bump version --- pyproject.toml | 2 +- src/mdis/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c7fcd96..426aca4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mdis" -version = "0.3" +version = "0.4" authors = [ { name="Dmitry Selyutin", email="ghostmansd@gmail.com" }, ] diff --git a/src/mdis/__init__.py b/src/mdis/__init__.py index 2cb69b6..7236f1e 100644 --- a/src/mdis/__init__.py +++ b/src/mdis/__init__.py @@ -1,6 +1,6 @@ """Python multi-dispatcher library""" -__version__ = "0.3" +__version__ = "0.4" __author__ = "Dmitry Selyutin" __copyright__ = "Copyright 2023 Dmitry Selyutin" -- 2.30.2