Skip to content

Commit a145c87

Browse files
committed
chore: Restore dev versions
1 parent 241396e commit a145c87

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": "2.0.0rc1",
3+
"version": "2.0.0-dev0",
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__ = "2.0.0rc1"
16+
__version__ = "2.0.0-dev0"

argilla/src/argilla/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
from argilla.vectors import * # noqa
2424

2525

26-
__version__ = "2.0.0rc1"
26+
__version__ = "2.0.0-dev0"

0 commit comments

Comments
 (0)