From 329482a19f11f17d442933f63ca51ace22ae862c Mon Sep 17 00:00:00 2001
From: James Graham <j.graham@soton.ac.uk>
Date: Sun, 22 Nov 2020 18:46:45 +0000
Subject: [PATCH] build: bump prerelease version number

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

diff --git a/pyproject.toml b/pyproject.toml
index 137f713..5ce5d24 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "pycgtool"
-version = "2.0.0-alpha.5"
+version = "2.0.0-alpha.6"
 description = "Generate coarse-grained molecular dynamics models from atomistic trajectories."
 authors = ["James Graham <j.graham@soton.ac.uk>"]
 license = "GPL-3.0-only"
-- 
GitLab