Skip to content

Commit

Permalink
fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
HMUNACHI committed May 26, 2024
1 parent 5a4ea14 commit 5f729f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nanodl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.2.4.dev1"
__version__ = "1.2.5.dev1"

from nanodl.__src.classical.bayes import NaiveBayesClassifier
from nanodl.__src.classical.clustering import GaussianMixtureModel, KMeans
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="nanodl",
version="1.2.4.dev1",
version="1.2.5.dev1",
author="Henry Ndubuaku",
author_email="[email protected]",
description="A Jax-based library for designing and training transformer models from scratch.",
Expand Down

0 comments on commit 5f729f3

Please sign in to comment.