Skip to content

Commit

Permalink
Make: Bump JS version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Apr 25, 2024
1 parent e6c7b42 commit f818a08
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh

echo $1 > VERSION &&
sed -i "s/\"version\": \".*\"/\"version\": \"$1\"/" package.json &&
sed -i "s/^version: .*/version: $1/" CITATION.cff &&
sed -i "s/version = \".*\"/version = \"$1\"/" pyproject.toml
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@unum-cloud/uform",
"type": "module",
"private": false,
"version": "2.0.2",
"version": "3.0.2",
"description": "Pocket-Sized Multimodal AI for Content Understanding and Generation",
"dependencies": {
"@huggingface/hub": "^0.14.8",
Expand Down
Loading

0 comments on commit f818a08

Please sign in to comment.