We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260bb0e commit 1aa3e5cCopy full SHA for 1aa3e5c
msglm/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "0.0.5"
+__version__ = "0.0.6"
2
from .core import *
settings.ini
@@ -1,7 +1,7 @@
[DEFAULT]
repo = msglm
3
lib_name = msglm
4
-version = 0.0.5
+version = 0.0.6
5
min_python = 3.7
6
license = apache2
7
black_formatting = False
0 commit comments