From 9e15c552272818a499b6b1fff01d7341c824c49c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 7 Jul 2020 15:12:57 +0200 Subject: [PATCH] Bump to 0.0.1a8 Forgot in 6524cc675bca27dc7a79ac21534260d381ac5540. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6bab285..3bea561 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "flat-tree" -version = "0.0.1a7" +version = "0.0.1a8" description = "Utilities for navigating flat trees" authors = ["Decentral1se "] maintainers = ["Decentral1se "]