Skip to content

Commit

Permalink
update patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
mert-kurttutan committed Dec 10, 2022
1 parent 2acf1fb commit ac6d191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "torchview"
version = "0.2.0"
version = "0.2.1"
description = "Visualization of Pytorch Models"
readme = "README.md"
requires-python = ">=3.7"
Expand Down
2 changes: 1 addition & 1 deletion torchview/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
'TensorNode',
'RecorderTensor',
)
__version__ = "0.0.1"
__version__ = "0.2.1"

0 comments on commit ac6d191

Please sign in to comment.