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

index cf56f0c1278a1f7809215830889e08094e3fbcb3..c7fcd96fd16b5aaef955bfabff2c8a51b34086c7 100644 (file)
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "mdis"
-version = "0.2"
+version = "0.3"
 authors = [
   { name="Dmitry Selyutin", email="ghostmansd@gmail.com" },
 ]
index e5e12780c5a9d28b1457abb35698e7d958fa7861..375a9f617ae7f74de743585bf9c9fa1abe433438 100644 (file)
@@ -1,6 +1,6 @@
 """Python multi-dispatcher library"""
 
-__version__ = "0.2"
+__version__ = "0.3"
 
 __author__ = "Dmitry Selyutin"
 __copyright__ = "Copyright 2023 Dmitry Selyutin"