all: bump version
authorDmitry Selyutin <ghostmansd@gmail.com>
Wed, 21 Jun 2023 18:33:32 +0000 (21:33 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Wed, 21 Jun 2023 18:33:32 +0000 (21:33 +0300)
pyproject.toml
src/mdis/__init__.py

index 426aca4e0f0b8dbcca2dc9dd79023989b12ee395..93c24d38364f84992da1371dd6e64c5623eb08e1 100644 (file)
@@ -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" },
 ]
index 7236f1e965a691b7a8b205e9681c12f1d925e9b7..1a059b3ec34ac2e223ae4f0ebe3726842e25f23e 100644 (file)
@@ -1,6 +1,6 @@
 """Python multi-dispatcher library"""
 
-__version__ = "0.4"
+__version__ = "0.5"
 
 __author__ = "Dmitry Selyutin"
 __copyright__ = "Copyright 2023 Dmitry Selyutin"