Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
chore: release 072 (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwanglzu authored Mar 2, 2023
1 parent df97e17 commit 9c728c7
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.2] - 2023-03-02

### Added

- Add support for learning rate schedulers. ([#679](https://github.com/jina-ai/finetuner/pull/679))

### 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.1
version = 0.7.2

[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.12.7rc2',
'finetuner-stubs==0.12.7',
'jina-hubble-sdk==0.33.1',
],
extras_require={
'full': [
'finetuner-commons==0.12.7rc2',
'finetuner-commons==0.12.7',
],
'test': [
'black==22.3.0',
Expand Down

0 comments on commit 9c728c7

Please sign in to comment.