Skip to content

Commit 0d7fefe

Browse files
authored
Merge pull request #33 from bhavnicksm/main
Update version info
2 parents a3cb2ba + 0cca1d8 commit 0d7fefe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nadir"
7-
version = "0.0.4"
7+
version = "0.1.0"
88
authors = [
99
{ name="Bhavnick Minhas", email="[email protected]" },
1010
]

src/nadir/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from .sgd import SGD, SGDConfig
2929

3030

31-
__version__ = "0.0.4"
31+
__version__ = "0.1.0"
3232

3333
__all__ = ('Adadelta',
3434
'AdadeltaConfig',

0 commit comments

Comments
 (0)