diff --git a/pyproject.toml b/pyproject.toml index 4c54d701..7fc4d2d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "unihan_db" -version = "0.11.0" +version = "0.12.0" description = "SQLAlchemy models for UNIHAN CJK database" license = "MIT" authors = ["Tony Narlock "] diff --git a/src/unihan_db/__about__.py b/src/unihan_db/__about__.py index 0c0e9a70..cd4da89a 100644 --- a/src/unihan_db/__about__.py +++ b/src/unihan_db/__about__.py @@ -1,7 +1,7 @@ __title__ = "unihan-db" __package_name__ = "unihan_db" __description__ = "SQLAlchemy models for UNIHAN CJK database" -__version__ = "0.11.0" +__version__ = "0.12.0" __author__ = "Tony Narlock" __github__ = "https://github.com/cihai/unihan-db" __docs__ = "https://unihan-db.git-pull.com"