We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ec52c commit 11240afCopy full SHA for 11240af
model_constructor/__init__.py
@@ -1,5 +1,4 @@
1
-from model_constructor.model_constructor import ModelConstructor, ResBlock # noqa F401
2
from model_constructor.convmixer import ConvMixer # noqa F401
3
-
4
5
-__version__ = "0.1.10"
+from model_constructor.model_constructor import ModelConstructor, ResBlock # noqa F401
+
+from model_constructor.version import __version__ # noqa F401
model_constructor/version.py
@@ -1 +1 @@
+__version__ = "0.2"
0 commit comments