Skip to content

Commit

Permalink
Release 0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Yura52 committed Nov 17, 2024
1 parent 5364098 commit 0c89eb3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion delu/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Deep Learning Utilities for PyTorch users."""

__version__ = '0.0.26.dev0'
__version__ = '0.0.26'

from . import cuda, data, hardware, nn, random, tools, utils
from ._stream import Stream
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DeLU (Deep Learning Utilities)
==============================

:bdg-secondary:`v0.0.26.dev0`
:bdg-secondary:`v0.0.26`
:bdg-link-secondary-line:`Other versions <https://yura52.github.io/delu/versions.html>`
:bdg-link-secondary-line:`Source code <https://github.com/Yura52/delu>`

Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ source = ["delu"]
[tool.flit.module]
name = "delu"

[tool.flit.sdist]
exclude = ["**/.DS_Store"]

[tool.mypy]
check_untyped_defs = true
ignore_missing_imports = true
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c89eb3

Please sign in to comment.