From af6f9861830b5da923ed4fc6aa83b0bd99b16ca3 Mon Sep 17 00:00:00 2001 From: natl Date: Sun, 19 Jun 2022 22:07:31 +1000 Subject: [PATCH] bump to 0.5.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96d7be7..36ced57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "fractaldna" -version = "v0.5.0" +version = "v0.5.1" description = "FractalDNA is a Python package built to generate DNA geometries for simulations" readme = "README.md" authors = ["Nathanael Lampe"]