aitelier 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -20,7 +20,7 @@ if (showBanner) {
20
20
  program
21
21
  .name('ait')
22
22
  .description('Your AI atelier — craft fine-tuned models with an intuitive CLI')
23
- .version('0.4.0', '-v, --version', 'Output the current version')
23
+ .version('0.5.0', '-v, --version', 'Output the current version')
24
24
  .addHelpText('after', '\n' +
25
25
  text.highlight('Quick Start:') +
26
26
  '\n' +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aitelier",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Your AI atelier - craft fine-tuned models with an intuitive CLI for dataset curation and training",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",