Skip to content

Commit e11ef62

Browse files
authored
Merge pull request #184 from inverted-ai/develop
Release 0.0.15
2 parents 26fbd63 + 496a490 commit e11ef62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

invertedai_cpp/invertedai/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#ifndef INVERTEDAI_VERSION_H
33
#define INVERTEDAI_VERSION_H
44

5-
#define INVERTEDAI_VERSION "0.0.15rc0"
5+
#define INVERTEDAI_VERSION "0.0.15"
66

77
#endif // INVERTEDAI_VERSION_H

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "invertedai"
3-
version = "0.0.15rc0"
3+
version = "0.0.15"
44
description = "Client SDK for InvertedAI"
55
authors = ["Inverted AI <info@inverted.ai>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)