Skip to content

Commit

Permalink
Prepare for v0.0.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
w11wo committed May 12, 2023
1 parent eec23e6 commit 7e72cae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doeloe/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .converter import transliterate

__version__ = "0.2.3"
__version__ = "0.0.1"
__all__ = ["transliterate"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="doeloe",
version="0.2.3",
version="0.0.1",
description="A tool to convert old Indonesian language into EYD (Ejaan yang Disempurnakan)",
author="David Samuel",
author_email="davidsamuel.7878@gmail.com",
Expand Down

0 comments on commit 7e72cae

Please sign in to comment.