Skip to content

Commit 6a0361d

Browse files
committed
chore: Update to the next minor version
1 parent 5f3e1c9 commit 6a0361d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

argilla-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "argilla",
3-
"version": "1.29.0",
3+
"version": "1.30.0-dev",
44
"private": true,
55
"scripts": {
66
"dev": "nuxt",

argilla-server/src/argilla_server/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515
# coding: utf-8
16-
__version__ = "1.29.0"
16+
__version__ = "1.30.0-dev"

argilla/src/argilla/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515
# coding: utf-8
16-
version = "1.29.0"
16+
version = "1.30.0-dev"

0 commit comments

Comments
 (0)