Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitagawa-hr committed May 19, 2021
1 parent 4a6c4cd commit 7ee2248
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions jnc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import re

__version__ = "1.0.0"


class BaseJapaneseNumeralsException(Exception):
pass
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "japanese-number-converter"
version = "0.1.0"
version = "1.0.0"
description = "convert japanese numbers to arabic numbers"
authors = ["Haruki Kitagawa <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 7ee2248

Please sign in to comment.