diff --git a/.github/release.yml b/.github/release.yml index 314a5169..8f64cffb 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,18 +1,18 @@ changelog: categories: - - title: "\u26a0\ufe0f Breaking Changes" + - title: "⚠️ Breaking Changes" labels: - breaking - - title: "\ud83d\ude80 Features" + - title: "🚀 Features" labels: - enhancement - - title: "\ud83d\udc1b Bug Fixes" + - title: "🐛 Bug Fixes" labels: - bug - - title: "\ud83d\udcd6 Documentation" + - title: "📖 Documentation" labels: - documentation - - title: "\ud83d\udd27 Maintenance" + - title: "🔧 Maintenance" labels: - chore - ci diff --git a/osmosis_ai/consts.py b/osmosis_ai/consts.py index 1d557dab..511807a5 100644 --- a/osmosis_ai/consts.py +++ b/osmosis_ai/consts.py @@ -1,3 +1,3 @@ # package metadata package_name = "osmosis-ai" -PACKAGE_VERSION = "0.2.16" +PACKAGE_VERSION = "0.2.17"