From 3f6eb2da12d230c96457bb53b06fcdadbd387fa5 Mon Sep 17 00:00:00 2001 From: coffeepy Date: Fri, 27 Jun 2025 09:01:41 -0500 Subject: [PATCH] chore: bump version to 1.15.0 --- pyproject.toml | 2 +- pythonik/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"