From: Dmitry Selyutin Date: Wed, 21 Jun 2023 18:33:32 +0000 (+0300) Subject: all: bump version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=44823cab80c33d471c63b869bf851e1941a2b525;p=mdis.git all: bump version --- diff --git a/pyproject.toml b/pyproject.toml index 426aca4..93c24d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mdis" -version = "0.4" +version = "0.5" authors = [ { name="Dmitry Selyutin", email="ghostmansd@gmail.com" }, ] diff --git a/src/mdis/__init__.py b/src/mdis/__init__.py index 7236f1e..1a059b3 100644 --- a/src/mdis/__init__.py +++ b/src/mdis/__init__.py @@ -1,6 +1,6 @@ """Python multi-dispatcher library""" -__version__ = "0.4" +__version__ = "0.5" __author__ = "Dmitry Selyutin" __copyright__ = "Copyright 2023 Dmitry Selyutin"