From 9935ee495231fa4e2987c6a2256827516584492f Mon Sep 17 00:00:00 2001
From: James Graham <j.graham@soton.ac.uk>
Date: Wed, 16 Mar 2022 21:38:38 +0000
Subject: [PATCH] chore(release): 2.0.0

---
 CHANGELOG.md   | 2 ++
 pyproject.toml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 313b86a..764df07 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
 
 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
+## [2.0.0](https://github.com/jag1g13/pycgtool/compare/v2.0.0-beta.5...v2.0.0) (2022-03-16)
+
 ## [2.0.0-beta.5](https://github.com/jag1g13/pycgtool/compare/v1.0.2...v2.0.0-beta.5) (2021-11-14)
 
 
diff --git a/pyproject.toml b/pyproject.toml
index bd96781..ddaa232 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "pycgtool"
-version = "2.0.0-beta.5"
+version = "2.0.0"
 description = "Generate coarse-grained molecular dynamics models from atomistic trajectories."
 authors = ["James Graham <j.graham@soton.ac.uk>"]
 license = "GPL-3.0-only"
-- 
GitLab