We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26fbd63 + 496a490 commit e11ef62Copy full SHA for e11ef62
invertedai_cpp/invertedai/version.h
@@ -2,6 +2,6 @@
2
#ifndef INVERTEDAI_VERSION_H
3
#define INVERTEDAI_VERSION_H
4
5
-#define INVERTEDAI_VERSION "0.0.15rc0"
+#define INVERTEDAI_VERSION "0.0.15"
6
7
#endif // INVERTEDAI_VERSION_H
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "invertedai"
-version = "0.0.15rc0"
+version = "0.0.15"
description = "Client SDK for InvertedAI"
authors = ["Inverted AI <info@inverted.ai>"]
readme = "README.md"
0 commit comments