diff --git a/Changelog.md b/Changelog.md index 05912cc..b6f3290 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,10 @@ Until we get to a release version you may encounter different broken interface problem each time we increase a minor version. +## Changes since v0.1.1 + +- This should be the final release from this repository. + ## Changes since v0.1.0rc0 - Rename SOAPify to cpctools diff --git a/Readme.md b/Readme.md index 719f0a1..de54c67 100644 --- a/Readme.md +++ b/Readme.md @@ -21,7 +21,7 @@ It contains two packages, `SOAPify` and `SOAPify.HDF5er`. `cpctools` uses `h5py` to store the trajectories, the SOAP fingerprints, and the analysis results in a binary format, facilitated by `HDF5er`. -The documentation is available on [read the docs](https://cpctools.readthedocs.io/en/latest/). There you can consult the documentation for each available version of the package. +The documentation is available on [read the docs](https://soapify.readthedocs.io/en/latest/). There you can consult the documentation for each available version of the package. ## How To Install diff --git a/src/SOAPify/__init__.py b/src/SOAPify/__init__.py index 61b8972..d7a124a 100644 --- a/src/SOAPify/__init__.py +++ b/src/SOAPify/__init__.py @@ -13,4 +13,4 @@ from .engine import * from .analysis import * -__version__ = "v0.1.0" +__version__ = "v0.1.1"