Skip to content

Commit

Permalink
chore: bump to 0.2.1 & expose __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
hrz6976 committed Aug 23, 2024
1 parent 29c5cd2 commit 0cb0cea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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 = "python-woc"
version = "0.2.0"
version = "0.2.1"
description = "Python interface for World of Code"
authors = ["Runzhi He <[email protected]>", "Marat <[email protected]>"]
license = "GPL-3.0"
Expand Down
4 changes: 4 additions & 0 deletions woc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
""" # noqa: D205

__all__ = ["local", "tch", "detect", "objects"]

import importlib.metadata

__version__ = importlib.metadata.version("python-woc")

0 comments on commit 0cb0cea

Please sign in to comment.