Skip to content

Commit

Permalink
just put version directly in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pt1243 committed Oct 29, 2023
1 parent d6fd87f commit da3fca9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion my_package/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .__version__ import __version__
__version__ = "0.1.0"
1 change: 0 additions & 1 deletion my_package/__version__.py

This file was deleted.

0 comments on commit da3fca9

Please sign in to comment.