From ed80c2c568605f0eab3c3b8a9bf9d7d14aaf1495 Mon Sep 17 00:00:00 2001 From: David Alber Date: Mon, 22 May 2023 10:30:59 -0700 Subject: [PATCH] Increase version to 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa02d51..2c45e29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "geneagrapher-core" -version = "0.1.0" +version = "0.1.1" description = "Functions for getting records and building graphs from the Math Genealogy Project." license = "MIT" authors = ["David Alber "]