Skip to content

Commit 153298f

Browse files
committed
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

+1-1
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 <[email protected]>"]
55
edition = "2021"
66
license = "GPL-3.0-only"

README.md

+1-1
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)