Skip to content

Commit

Permalink
lightorch 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgedavyd committed May 27, 2024
1 parent 208e8d0 commit 6648573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lightorch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .nn import *
from .training import *
from .deprecated import *
from _version import __version__
from ._version import __version__

__author__ = "Jorge David Enciso Martínez"
__email__ = "jorged.encyso@gmail.com"
2 changes: 1 addition & 1 deletion lightorch/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ("0", "0", "0")
__version_info__ = ("0", "0", "1")
__version__ = ".".join(__version_info__)

0 comments on commit 6648573

Please sign in to comment.