From 4c7b1d3e2c60f0fafbeb439314a5e9507edec368 Mon Sep 17 00:00:00 2001
From: Bob Myhill <myhill.bob@gmail.com>
Date: Thu, 14 Nov 2024 20:32:16 +0000
Subject: [PATCH] version bump

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 54662dea..56057482 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "burnman"
-version = "2.0.0"
+version = "2.0.1a0"
 description = "A thermoelastic and thermodynamic toolkit for the Earth and planetary sciences"
 license = "GPL"
 authors = ["The BurnMan Team <bob.myhill@bristol.ac.uk>",]