Skip to content

Commit

Permalink
fix #90
Browse files Browse the repository at this point in the history
  • Loading branch information
hcwinsemius committed Jun 14, 2024
1 parent 176a272 commit a602464
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LiveORC/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import boto3

# See https://docs.djangoproject.com/en/4.2/howto/deployment/checklist/

VERSION = "0.1.1"
# Build paths inside the project like this: BASE_DIR / 'subdir'.
# try to get BASE_DIR from env variable
BASE_DIR = Path(__file__).resolve().parent.parent
Expand Down
3 changes: 2 additions & 1 deletion api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
__version__ = "0.1.1"
from LiveORC import settings
__version__ = settings.VERSION


from . import context_processors

0 comments on commit a602464

Please sign in to comment.