Skip to content

Commit 1b30c54

Browse files
committed
Add __version__ attribute to package
Introduces the __version__ attribute in pyenzyme/__init__.py and sets it to '2.0.0' for version tracking.
1 parent 81284e4 commit 1b30c54

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyenzyme/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@
4242
"plot_interactive",
4343
"summary",
4444
]
45+
46+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)