Skip to content

Commit bb3770b

Browse files
poetry dynamic versioning
1 parent 382c95c commit bb3770b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cloudcheck/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
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-
91
from datetime import datetime
102

113
from .providers import cloud_providers # noqa

0 commit comments

Comments
 (0)