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.
1 parent dc372ce commit 156b3e7Copy full SHA for 156b3e7
plugin.json
@@ -1,7 +1,7 @@
1
{
2
"name": "Nyxus",
3
- "version": "0.9.0",
4
- "containerId": "polusai/nyxus:0.9.0",
+ "version": "0.9.1",
+ "containerId": "polusai/nyxus:0.9.1",
5
"title": "Nyxus feature extraction",
6
"description": "Nyxus feature extractor",
7
"author": "friskluft + hsidky",
src/nyx/version.h
@@ -2,6 +2,6 @@
#define VERSIONH_INCLUDED
#define PROJECT_NAME "Nyxus"
-#define PROJECT_VER "0.9.0"
+#define PROJECT_VER "0.9.1"
#endif // VERSIONH_INCLUDED
0 commit comments