From 277fb09832af536968c3435360a29d4d381d11b7 Mon Sep 17 00:00:00 2001 From: alex-hh Date: Fri, 8 Nov 2024 20:17:07 +0000 Subject: [PATCH] update version --- .gitignore | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",