Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/pybacting/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down