Skip to content

Commit

Permalink
update __version__ (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitij12345 authored Dec 23, 2024
1 parent c392c35 commit 9d79b8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions thunder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@
]


def __version__():
return LooseVersion("0.0.1")
from thunder.__about__ import * # import all


# TODO maybe move these aliases to the core language?
Expand Down

0 comments on commit 9d79b8d

Please sign in to comment.