diff --git a/setup.cfg b/setup.cfg index 034a04b..0c0a4a4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = kanopy-ai -version = 0.3.0 +version = 0.4.0 description = Python SDK for the Kanopy infrastructure inspection API long_description = file: README.md long_description_content_type = text/markdown diff --git a/src/kanopy/__init__.py b/src/kanopy/__init__.py index 5f332d0..4dfa5fa 100644 --- a/src/kanopy/__init__.py +++ b/src/kanopy/__init__.py @@ -5,4 +5,4 @@ from .models import Page __all__ = ["DEFAULT_BASE_URL", "Kanopy", "KanopyError", "KanopyUploadError", "Page"] -__version__ = "0.3.0" +__version__ = "0.4.0"