mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2026-05-01 19:25:55 +02:00
get versioning working from git tags
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"""Py Healthchecks.Io."""
|
||||
VERSION = "0.1" # noqa: E402
|
||||
# set by poetry-dynamic-versioning
|
||||
__version__ = "0.0.0" # noqa: E402
|
||||
|
||||
from .client import AsyncClient # noqa: F401, E402
|
||||
from .client import Client # noqa: F401, E402
|
||||
@@ -29,4 +30,5 @@ __all__ = [
|
||||
"CheckStatuses",
|
||||
"Integration",
|
||||
"Badges",
|
||||
"__version__",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user