diff --git a/setup.cfg b/setup.cfg index 8c9a613..034a04b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = kanopy-ai -version = 0.2.0 +version = 0.3.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 1398beb..5f332d0 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.2.0" +__version__ = "0.3.0"