From 25496335ec9c95ea4e8b31c350da4d1545197b16 Mon Sep 17 00:00:00 2001 From: Killian Sheriff Date: Thu, 10 Aug 2023 17:33:09 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index abb8942..fcf1ee1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "AtomisticReverseMonteCarlo" -version = "0.0.2" +version = "0.0.3" description = "OVITO Python modifier to generate bulk crystal structures with target Warren-Cowley parameters." keywords = ["ovito", "python-modifier"] authors = [{name = "Killian Sheriff", email = "ksheriff@mit.edu"}]