Skip to content

Commit

Permalink
Version bump and fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjimenez committed Apr 19, 2024
1 parent 31d58e5 commit 153298f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lightdock"
version = "0.3.1"
version = "0.3.2"
authors = ["Brian Jimenez Garcia <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A Rust implementation of the [LightDock](https://lightdock.org) macromolecular s

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

| :information_source: Data Path |
| Setting required Data Path |
|:---------------------------|
| 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` |

Expand Down

0 comments on commit 153298f

Please sign in to comment.