diff --git a/pyproject.toml b/pyproject.toml index 4088e76..b624966 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nsa-pythonik" -version = "1.14.1" +version = "1.15.0" description = "Python SDK for Iconik's API" authors = ["brant "] readme = "README.md" diff --git a/pythonik/__init__.py b/pythonik/__init__.py index 4454c8d..6b0872c 100644 --- a/pythonik/__init__.py +++ b/pythonik/__init__.py @@ -1 +1 @@ -__version__ = "1.14.1" +__version__ = "1.15.0"