Skip to content

Commit

Permalink
chore: release 074 (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwanglzu committed Mar 29, 2023
1 parent 5d883af commit 5cdfb9d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Removed

### Changed

### Fixed

### Docs


## [0.7.4] - 2023-03-29

### Added

- Support pair-wise score document construction from CSV. ([#696](https://github.com/jina-ai/finetuner/pull/696))

### Removed
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version = 0.7.3
version = 0.7.4

[flake8]
# E501 is too long lines - ignore as black takes care of that
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
install_requires=[
'docarray[common]>=0.21.0',
'trimesh==3.16.4',
'finetuner-stubs==0.13.0rc1',
'finetuner-stubs==0.13.0',
'jina-hubble-sdk==0.33.1',
],
extras_require={
'full': [
'finetuner-commons==0.13.0rc1',
'finetuner-commons==0.13.0',
],
'test': [
'black==22.3.0',
Expand Down

0 comments on commit 5cdfb9d

Please sign in to comment.