Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou committed Feb 26, 2023
1 parent 8d1ddaf commit 92e6e83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pypatchouli/seq.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import sys
sys.path.append("pypatchouli")
from datetime import datetime
from event import Event

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="pyPatchouli",
version="0.1.1",
version="0.1.2",
install_requires=[],
description="Patchouli is LINE app's history text parser.",
long_description=long_description,
Expand Down

0 comments on commit 92e6e83

Please sign in to comment.