Skip to content

Commit

Permalink
chore(hu_core_news_lg): bump version from 3.7.0 to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oroszgy committed Oct 25, 2024
1 parent c0e52aa commit c678701
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_lg/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
[bumpversion]
current_version = 3.7.0
current_version = 3.8.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_lg/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 11,7 @@ vars:
# Workaround: spacy project yaml facilities cannot interpolate variables inside the `vars` sections
package_name: hu_core_news_lg
# Following spaCy's convention: https://spacy.io/models#model-versioning
package_version: 3.7.0
package_version: 3.8.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_lg-3.7.0
wandb_project: hu_core_news_lg-3.8.0

gpu: ${env.GPU}

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

0 comments on commit c678701

Please sign in to comment.