Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
Bump to 0.2.0
  • Loading branch information
actions-user committed Jan 26, 2023
1 parent f38b9e0 commit cd01b9e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!--next-version-placeholder-->

## v0.2.0 (2023-01-26)
### Feature
* **transformers_collection:** Model to use now inferred from config file ([`535f2f2`](https://github.com/aadhithya/transformers-collection/commit/535f2f2af93bbf93fc5238b4e3436033614a5f93))

### Documentation
* **README.md:** Update readme ([`f38b9e0`](https://github.com/aadhithya/transformers-collection/commit/f38b9e094662bf8c59163fa555c34d4956d5f10f))
* **README.md:** Update readme ([`5749cf6`](https://github.com/aadhithya/transformers-collection/commit/5749cf67c3a42087b29d715f9528644a0c859dba))

## v0.1.2 (2023-01-26)
### Fix
* **__init__.py:** Fix formatting ([`0a8a222`](https://github.com/aadhithya/transformers-collection/commit/0a8a2229d740029ba4f934deb7fe186e5d306ebc))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "transformers-collection"
version = "0.1.2"
version = "0.2.0"
description = "A collection of transformer models built using huggingface for various tasks."
authors = ["Aadhithya Sankar <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion transformers_collection/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.2"
__version__ = "0.2.0"
__about__ = (
"A collection of transformer models built using huggingface for various tasks."
"\nTraining done using pytorch lightning.\nCreated by Aadhithya Sankar <[email protected]>."
Expand Down

0 comments on commit cd01b9e

Please sign in to comment.