Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Qewertyy committed Jan 23, 2024
1 parent 7ae4a12 commit 4c947f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lexica/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"languageModels"
]

__version__ = "1.5.2"
__version__ = "1.5.3"
__author__ = "Qewertyy <[email protected]>"
2 changes: 1 addition & 1 deletion lexica/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
MISC_URL = "https://api.qewertyy.dev"

def get_version():
filename = "lexica/__init__.py"
filename = "__init__.py"
with open(filename) as f:
match = re.search(r"""^__version__ = ['"]([^'"]*)['"]""", f.read(), re.M)
if not match:
Expand Down

0 comments on commit 4c947f5

Please sign in to comment.