diff --git a/changelog.md b/changelog.md index feb303ec..8abb1e5b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -### v0.9.2 | in development +### v0.9.2 | 2017-05-26 ##### New KPM features and improvements diff --git a/pybinding/__about__.py b/pybinding/__about__.py index 1abc8599..ace81ec1 100644 --- a/pybinding/__about__.py +++ b/pybinding/__about__.py @@ -1,6 +1,6 @@ """Package for numerical tight-binding calculations in solid state physics""" __title__ = "pybinding" -__version__ = "0.9.2.dev" +__version__ = "0.9.2" __summary__ = "Package for tight-binding calculations" __url__ = "https://github.com/dean0x7d/pybinding"