Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit a9a5326

Browse files
committed
Docs: Fixed incorrectly placed conf file
1 parent e906890 commit a9a5326

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
import sys
55

6-
sys.path.insert(0, os.path.abspath("../.."))
6+
sys.path.insert(0, os.path.abspath(".."))
77

88
from flask_utils import __version__ # noqa: E402
99

flask_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Increment versions here according to SemVer
2-
__version__ = "0.2.2"
2+
__version__ = "0.2.3"
33

44
from flask_utils.errors import ConflictError
55
from flask_utils.errors import ForbiddenError

0 commit comments

Comments
 (0)