Skip to content

Commit

Permalink
feat: Add __version__ to package
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwrigh committed Apr 3, 2023
1 parent 82bbb51 commit f2e80c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions qtile_mutable_scratch/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from ._MutableScratch import MutableScratch
from ._version import __version__
1 change: 1 addition & 0 deletions qtile_mutable_scratch/_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.0.2"

0 comments on commit f2e80c8

Please sign in to comment.