Skip to content

Commit

Permalink
Added __version__ member with the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
muflone committed Jun 7, 2021
1 parent 2ba5390 commit 7353884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyodoo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
from .active_status_choice import ActiveStatusChoice # noqa: F401
from .boolean_operator import BooleanOperator # noqa: F401
from .compare_type import CompareType # noqa: F401
from .constants import APP_VERSION as __version__ # noqa: F401
from .filter import Filter # noqa: F401

0 comments on commit 7353884

Please sign in to comment.