Skip to content

Commit

Permalink
Add version
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Feb 23, 2023
1 parent 1ae263f commit b6f5203
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions archive_query_log/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from logging import getLogger
from pathlib import Path

__version__ = "0.1.0"

PROJECT_DIRECTORY_PATH = Path(__file__).parent.parent
DATA_DIRECTORY_PATH = PROJECT_DIRECTORY_PATH / "data"
# DATA_DIRECTORY_PATH = Path("/mnt/ceph/storage/TODO")
Expand Down

0 comments on commit b6f5203

Please sign in to comment.