From 543849cedd6583f18e666db81e3f07319186d40b Mon Sep 17 00:00:00 2001 From: Joe Greener Date: Tue, 29 Dec 2020 14:41:19 +0000 Subject: [PATCH] bump version --- NEWS.md | 6 ++++++ Project.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 9341e0b6..2950ab01 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,11 @@ # Molly.jl release notes +## v0.2.1 - Dec 2020 + +- Documentation is added for cutoffs. +- Compatibility bounds are updated for various packages, including requiring CUDA.jl version 2. +- Support for Julia versions before 1.5 is dropped. + ## v0.2.0 - Sep 2020 - Shifted potential and shifted force cutoff approaches for non-bonded interactions are introduced. diff --git a/Project.toml b/Project.toml index d3ace4f6..430d0dcf 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Molly" uuid = "aa0f7f06-fcc0-5ec4-a7f3-a573f33f9c4c" authors = ["Joe G Greener "] -version = "0.2.0" +version = "0.2.1" [deps] BioStructures = "de9282ab-8554-53be-b2d6-f6c222edabfc"