diff --git a/plugin.json b/plugin.json index 5922dba6..526b7e7c 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "Nyxus", - "version": "0.7.2", - "containerId": "polusai/nyxus:0.7.2", + "version": "0.7.3", + "containerId": "polusai/nyxus:0.7.3", "title": "Nyxus feature extraction", "description": "Nyxus feature extractor", "author": "friskluft + hsidky", diff --git a/src/nyx/version.h b/src/nyx/version.h index 14ee7d26..b967a30b 100644 --- a/src/nyx/version.h +++ b/src/nyx/version.h @@ -2,6 +2,6 @@ #define VERSIONH_INCLUDED #define PROJECT_NAME "Nyxus" -#define PROJECT_VER "0.7.2" +#define PROJECT_VER "0.7.3" #endif // VERSIONH_INCLUDED