Skip to content

Commit 382c95c

Browse files
poetry dynamic versioning
1 parent 661a171 commit 382c95c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

cloudcheck/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
"""
2+
CloudCheck - Check whether an IP address belongs to a cloud provider
3+
"""
4+
5+
__version__ = "7.1.0.0"
6+
__author__ = "TheTechromancer"
7+
__license__ = "GPL-3.0"
8+
19
from datetime import datetime
210

311
from .providers import cloud_providers # noqa

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pytest = "^8.1.1"
3333
ruff = ">=0.8.1,<0.10.0"
3434

3535
[build-system]
36-
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
36+
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
3737
build-backend = "poetry_dynamic_versioning.backend"
3838

3939
[tool.poetry-dynamic-versioning]

0 commit comments

Comments
 (0)