Skip to content

Commit a1b67be

Browse files
authored
Update __init__.py
1 parent 6193834 commit a1b67be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lattice/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This version must always be one version ahead of the current release, so it
44
# matches the current state of development, which will always be ahead of the
55
# current release. Use Semantic Versioning.
6-
__version__ = "0.1.0"
6+
__version__ = "0.2.0"
77

88
from . import datasets, plots, utils
99
from .classifier import Classifier

0 commit comments

Comments
 (0)