From 343cd64302e6dcd4152d0a9ee0758755e0dd83cc Mon Sep 17 00:00:00 2001 From: Dean Moldovan Date: Fri, 26 May 2017 23:28:18 +0200 Subject: [PATCH] Bump version number for release --- changelog.md | 2 +- pybinding/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"