Skip to content

Commit

Permalink
reset versioning and add homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannes committed Nov 22, 2022
1 parent 0a50a8a commit 95d40aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ authors = [{name = "Jannes Magnusson", email = "jannes@magnusson.berlin"}]
readme = "README.md"
license = {file = "LICENSE"}
dynamic = ["version", "description"]
repository = "https://github.com/fraunhoferhhi/pytorch2tikz"
repository = "https://github.com/fraunhoferhhi/pytorch2tikz"
homepage = "https://github.com/fraunhoferhhi/pytorch2tikz"
2 changes: 1 addition & 1 deletion pytorch2tikz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Simple tool to generate a tikz figure of a pytorch module by executing it."""

__version__ = "1.0.8"
__version__ = "0.0.1"

from .arch import Architecture

0 comments on commit 95d40aa

Please sign in to comment.