From 14e883ae826a62dafb2fc11bb5054868d3f6b956 Mon Sep 17 00:00:00 2001 From: Simon Ward <2798086+wardsimon@users.noreply.github.com> Date: Tue, 28 Feb 2023 15:49:24 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07c3e0b..16078e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ repo = 'easyCrystallography' [tool.poetry] name = "easyCrystallography" -version = "0.2.1" +version = "0.3.0" description = "Crystallography in easyScience" license = "BSD-3-Clause" authors = ["Simon Ward"]