diff --git a/.gitignore b/.gitignore index 1cb4da7..785b260 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ notebooks data .DS_Store +venv diff --git a/pyproject.toml b/pyproject.toml index 3704f3d..4448acc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "datasets-bio" -version = "0.1.0" +version = "0.1.1" description = "Fast, convenient and shareable datasets for BioML" authors = [ "Alex Hawkins-Hooker",