Skip to content

Commit

Permalink
chore: Set release version 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed May 28, 2024
1 parent 8714260 commit b5795dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion argilla-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "argilla",
"version": "1.29.0-dev",
"version": "1.29.0",
"private": true,
"scripts": {
"dev": "nuxt",
Expand Down
2 changes: 1 addition & 1 deletion argilla-server/src/argilla_server/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

# coding: utf-8
__version__ = "1.29.0-dev"
__version__ = "1.29.0"
2 changes: 1 addition & 1 deletion argilla/src/argilla/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

# coding: utf-8
version = "1.29.0-dev"
version = "1.29.0"

0 comments on commit b5795dd

Please sign in to comment.