Skip to content

Commit

Permalink
Merge pull request #30 from HMUNACHI/dev
Browse files Browse the repository at this point in the history
added changes
  • Loading branch information
HMUNACHI committed Mar 26, 2024
2 parents bbd6fd2 + 58d4cc3 commit 0d4b28d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 54 deletions.
51 changes: 0 additions & 51 deletions .github/workflows/weekly_release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,4 +347,4 @@ To cite this repository:
url = {http://github.com/hmunachi/nanodl},
year = {2024},
}
```
```
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.1.dev1"
__version__ = "1.2.3.dev1"

from nanodl.__src.sklearn_gpu.bayes import NaiveBayesClassifier
from nanodl.__src.sklearn_gpu.dimensionality_reduction import PCA
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.1.dev1',
version='1.2.3.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 0d4b28d

Please sign in to comment.