Skip to content

Commit

Permalink
chore: increase version to 2.1.0dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcalvo committed Jul 30, 2024
1 parent caeb051 commit 8b787a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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": "2.0.0dev0",
"version": "2.1.0dev0",
"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__ = "2.0.0dev0"
__version__ = "2.1.0dev0"
2 changes: 1 addition & 1 deletion argilla-v1/src/argilla_v1/_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"
version = "1.29.1"
2 changes: 1 addition & 1 deletion argilla/src/argilla/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.0.0dev0"
__version__ = "2.1.0dev0"

0 comments on commit 8b787a4

Please sign in to comment.