KennethEnevoldsen commited on
Commit
62e1cea
·
unverified ·
1 Parent(s): 761b071

bump version since lex was removed

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. pyproject.toml +1 -1
README.md CHANGED
@@ -134,7 +134,7 @@ https://github.com/huggingface/datasets/blob/main/templates/README_guide.md
134
  <!-- START README TABLE -->
135
  | | |
136
  | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
137
- | **Version** | 1.0.9 |
138
  | **Language** | dan, dansk, Danish |
139
  | **License** | Permissible, See the respective dataset |
140
  | **Models** | For model trained used this data see [danish-foundation-models](https://huggingface.co/danish-foundation-models) |
 
134
  <!-- START README TABLE -->
135
  | | |
136
  | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
137
+ | **Version** | 1.0.10 |
138
  | **Language** | dan, dansk, Danish |
139
  | **License** | Permissible, See the respective dataset |
140
  | **Models** | For model trained used this data see [danish-foundation-models](https://huggingface.co/danish-foundation-models) |
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [project]
2
  name = "danish-dynaword"
3
- version = "1.0.9"
4
  description = "project code for the danish dynaword project"
5
  readme = "README.md"
6
  requires-python = ">=3.12,<3.13" # 3.13 have issues with spacy and pytorch
 
1
  [project]
2
  name = "danish-dynaword"
3
+ version = "1.0.10"
4
  description = "project code for the danish dynaword project"
5
  readme = "README.md"
6
  requires-python = ">=3.12,<3.13" # 3.13 have issues with spacy and pytorch