Skip to content

Commit

Permalink
Update __about__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Okerew authored Aug 30, 2024
1 parent 7f6e293 commit 32b9593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/okrolearn/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'okrolearn'
__description__ = 'A machine learning library by Okerew, which is a raw implementation of combining scikit-learn and pytorch'
__url__ = 'https://github.com/Okerew/okrolearn'
__version__ = '0.2.5'
__version__ = '0.2.7'
__author__ = 'Okerew'
__author_email__ = 'okerewgroup@proton.me'
__license__ = 'MIT'
Expand Down

0 comments on commit 32b9593

Please sign in to comment.