Skip to content

Commit

Permalink
0.2.4
Browse files Browse the repository at this point in the history
fixed @id enumeration
added scidatapackage method
  • Loading branch information
JohnsonDylan committed Jan 18, 2022
1 parent 43f9f4d commit 058a9cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ poetry run scidatalib --help
#### Flake8 linting
Run linting over the package with [flake8](https://flake8.pycqa.org/en/latest/) via:
```
poetry run flake8 scidatalib/ tests/
poetry run flake8 --count
```

#### Pytest testing
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 = "SciDataLib"
version = "0.2.3.5"
version = "0.2.4"
description = "Python library for development of SciData JSON-LD files"
authors = [
"Stuart Chalk <schalk@unf.edu>",
Expand Down

0 comments on commit 058a9cd

Please sign in to comment.