Skip to content

Commit

Permalink
修改: src/torch_book/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxinwei committed Dec 14, 2024
1 parent 936366c commit 2538f5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,11 @@
```shell
pip install torch-book
```

## 文档构建

```bash
pip install .[doc]
inv doc.clean
inv doc
```
2 changes: 1 addition & 1 deletion src/torch_book/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Dive into Torch"""

__version__ = "0.1"
__version__ = "0.1.0"

0 comments on commit 2538f5d

Please sign in to comment.