From 685f0fb6464896819fffbf314e5ae0797ac46c57 Mon Sep 17 00:00:00 2001 From: James Graham Date: Mon, 10 May 2021 20:41:07 +0100 Subject: [PATCH] build: bump version number to beta --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 226550b..a3529c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycgtool" -version = "2.0.0-alpha.7" +version = "2.0.0-beta.1" description = "Generate coarse-grained molecular dynamics models from atomistic trajectories." authors = ["James Graham "] license = "GPL-3.0-only" @@ -15,7 +15,7 @@ keywords = [ ] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering :: Chemistry",