From 19ed800202a867ba5501365c0489d638ac889609 Mon Sep 17 00:00:00 2001 From: Dean Moldovan Date: Thu, 13 Jul 2017 23:01: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 1f0eee90..ce2c06f0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## v0.9.4 | in development +## v0.9.4 | 2017-07-13 * Fixed issues with multi-orbital models: matrix onsite terms were not set correctly if all the elements on the main diagonal were zero ([#5](https://github.com/dean0x7d/pybinding/issues/5)), diff --git a/pybinding/__about__.py b/pybinding/__about__.py index 962c5602..cab550fb 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.4.dev" +__version__ = "0.9.4" __summary__ = "Package for tight-binding calculations" __url__ = "https://github.com/dean0x7d/pybinding"