Skip to content

Commit

Permalink
chore(hu_core_news_trf): bump version from 3.5.4 to 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oroszgy committed Dec 19, 2023
1 parent adf0a54 commit ab5f6b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hu_core_news_trf/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
[bumpversion]
current_version = 3.5.4
current_version = 3.7.0
parse = (?P<major>\d )\.(?P<minor>\d )\.(?P<patch>\d )((?P<release>[a-z] )(?P<micro>\d ))?
serialize =
{major}.{minor}.{patch}{release}{micro}
Expand Down
4 changes: 2 additions & 2 deletions hu_core_news_trf/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 12,7 @@ vars:
# Workaround: spacy project yaml facilities cannot interpolate variables inside the `vars` sections
package_name: hu_core_news_trf
# Following spaCy's convention: https://spacy.io/models#model-versioning
package_version: 3.5.4
package_version: 3.7.0

models_path: models
packages_path: packages
Expand Down Expand Up @@ -43,7 43,7 @@ vars:
ner_config: ner

wandb_entity: spacy-hu
wandb_project: hu_core_news_trf-3.5.4
wandb_project: hu_core_news_trf-3.7.0

gpu: ${env.GPU}

Expand Down
2 changes: 1 addition & 1 deletion hu_core_news_trf/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[tool.poetry]
name = "hu_core_news_trf"
version = "3.5.4"
version = "3.7.0"
description = "Hungarian transformer pipeline (huBERT) for HuSpaCy. Components: transformer, senter, tagger, morphologizer, lemmatizer, parser, ner"
authors = ["SzegedAI, MILAB <[email protected]>"]
license = "cc-by-sa-4.0"
Expand Down

0 comments on commit ab5f6b4

Please sign in to comment.