Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 153298f

Browse files
committedApr 19, 2024
Version bump and fixed README
1 parent 31d58e5 commit 153298f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightdock"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Brian Jimenez Garcia <br.jimenezgarcia@gmail.com>"]
55
edition = "2021"
66
license = "GPL-3.0-only"

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A Rust implementation of the [LightDock](https://lightdock.org) macromolecular s
2020

2121
Several examples can be found in the `example` folder.
2222

23-
| :information_source: Data Path |
23+
| Setting required Data Path |
2424
|:---------------------------|
2525
| You may set an environment variable `LIGHTDOCK_DATA` to point to the data folder included in this repository to avoid copying it: `export LIGHTDOCK_DATA=/path/to/lightdock-rust/data` |
2626

0 commit comments

Comments
 (0)
Please sign in to comment.