From 0d47e5d32da551eb0f7ccdd5505eb157100d6d2e Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Sun, 30 Mar 2025 19:36:44 +0200 Subject: [PATCH 1/2] Bacting 1.0.5 --- src/pybacting/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybacting/api.py b/src/pybacting/api.py index b69707d..f14b4b6 100644 --- a/src/pybacting/api.py +++ b/src/pybacting/api.py @@ -24,7 +24,7 @@ ] WORKSPACE = "." -VERSION = "1.0.0" +VERSION = "1.0.5" # The ones marked with "no" can't be loaded because they are POM-only # artifacts. See the excellent explanation given by @ctrueden why at: From 539bbef00fa432195eb1a189aa4efbd9c29d7594 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Sun, 30 Mar 2025 19:48:55 +0200 Subject: [PATCH 2/2] Add note you need Java 17 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be8e229..d8d6fd4 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ print(pybacting.from_smiles("COC")) ## Installation -Before installing, you'll need to make sure Maven (`mvn`) is available on your +Before installing, you'll need to make sure Maven (`mvn`) and Java 17 are available on your path. If you're on mac, use `brew install maven`. ```shell