We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6193834 commit a1b67beCopy full SHA for a1b67be
pytorch_lattice/__init__.py
@@ -3,7 +3,7 @@
3
# This version must always be one version ahead of the current release, so it
4
# matches the current state of development, which will always be ahead of the
5
# current release. Use Semantic Versioning.
6
-__version__ = "0.1.0"
+__version__ = "0.2.0"
7
8
from . import datasets, plots, utils
9
from .classifier import Classifier
0 commit comments