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

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