We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be91bcc commit 194a2b8Copy full SHA for 194a2b8
model_constructor/__init__.py
@@ -2,4 +2,4 @@
2
from model_constructor.convmixer import ConvMixer # noqa F401
3
4
5
-__version__ = "0.1.9"
+__version__ = "0.1.10"
settings.ini
@@ -13,7 +13,7 @@ author = Andrei Yasyrev
13
author_email = a.yasyrev@gmail.com
14
copyright = Andrei Yasyrev
15
branch = master
16
-version = 0.1.9
+version = 0.1.10
17
min_python = 3.6
18
audience = Developers
19
language = English
0 commit comments