FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: update version by JoanFM · Pull Request #1743 · docarray/docarray · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .py  (1) .toml  (1) All 2 file types selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion docarray/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.36.1'
__version__ = '0.37.0'

import logging

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docarray"
version = '0.36.0'
version = '0.37.0'
description='The data structure for multimodal data'
readme = 'README.md'
authors=['DocArray']
Expand Down Expand Up @@ -159,4 +159,4 @@ markers = [
"index: marks test using a document index",
"benchmark: marks slow benchmarking tests",
"elasticv8: marks test that run with ElasticSearch v8",
]
]

Back | FazBrowse Home | New Git URL